DataPlace
DataPlaceAdapterFactory Class
CSCS.DataPlace.Common.DataDataPlaceAdapterFactory
Factory class for generating table adapters and performing related operations.
Declaration Syntax
C#
public class DataPlaceAdapterFactory : IDisposable
Members
All MembersConstructorsMethodsPropertiesEvents



IconMemberDescription
DataPlaceAdapterFactory(Database)
Creates a new instance.

ConnectionString
Gets the database connection string.

ConnectionType
Gets the database engine type.

CreateDPColumnTableAdapter()()()
Creates a table adapter for the tblDPColumn table.

CreateDPEffectiveSecurityTableAdapter()()()
Creates a table adapter for the effective security table.

CreateDPRelationshipTableAdapter()()()
Creates a table adapter for the tblDPRelationship table.

CreateEncryptionKeysTableAdapter()()()
Creates a table adapter for the encryption keys table.

CreateTableAdapter(String)
Creates a table adapter.

CreateTableAdapter(String, String, String, String, String)
Creates a table adapter.

CreateTableAdapter(DBType, String, String, String, String, String, String, Nullable<(Of <(Guid>)>), QuerySubscriptions)
Creates a table adapter.

Database
Gets the database.

Dispose()()()
Disposes of object.

Dispose(Boolean)
Disposes of object

Disposing
Occurs when the object is being disposed.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Destructor.
(Overrides Object.Finalize()()().)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
HiddenSystemColumnNames
Gets the names of system columns that should not be displayed.

IsDisposed
True if this object has been disposed.

IsHiddenSystemColumn(String)
Determines whether a column name represents a system column that should not be displayed.

IsSystemColumn(String)
Determines whether a column name represents a system column.

MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
OnDisposing(EventArgs)
Raises the Disposing event.

PublicationGuid
Gets the publication Guid.

QuerySubscriptions
Gets the collection of query subscriptions.

SystemColumnNames
Gets the names of system columns, which are internally maintained and should not be modified.

SystemTableNames
Gets a list of DataPlace standard SQL table names.

ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
DataPlaceAdapterFactory

Assembly: CS.DataPlace.Common (Module: CS.DataPlace.Common) Version: 2.0.3271.19817