DataStoreBase Members
In This Article
#Fields
Name | Description |
---|---|
Xpo |
Returns a parameter name used to denote a provider type in a connection string. The default value is “Xpo |
#Properties
Name | Description |
---|---|
Auto |
Returns which operations are performed when a data store is accessed for the first time. |
Factories static | Returns registered provider factories. |
#Methods
Name | Description |
---|---|
Create |
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
Inherited from Marshal |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
Inherited from Marshal |
Get |
Gets the Type of the current instance. Inherited from Object. |
Initialize |
Obtains a lifetime service object to control the lifetime policy for this instance.
Inherited from Marshal |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Marshal |
Query |
Creates a data store based on specified settings. |
Query |
Creates a data store based on specified settings. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Register |
Registers a data store provider using a specified connection type name and a procedure that establishes a connection for the provider. |
Register |
Registers a data store provider using a specified name and a procedure that establishes a connection for the provider. |
Register |
Registers a specified data store provider factory. |
To |
Returns a string that represents the current object. Inherited from Object. |
Update |
Updates a data store’s schema according to specified settings. |
See Also