Factory class for generating table adapters and performing related operations.
| C# |
public class DataPlaceAdapterFactory : IDisposable
| All Members | Constructors | Methods | Properties | Events | |
| Icon | Member | Description |
|---|---|---|
| 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) | (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()()() | (Inherited from Object.) |
| Object | |
| DataPlaceAdapterFactory | |