The DataStoreProvider type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DataStoreProvider | Initializes a new instance of the DataStoreProvider class |
Methods
| Name | Description | |
|---|---|---|
| CanMoveDataBetweenProperties | ||
| ConvertStoreNameToInternal |
Convert the store name to that used internally by the provider
| |
| CreateInstance | Overloaded. | |
| Delete | ||
| DeleteAll | ||
| DeleteStoreDefinition | ||
| Equals | (Inherited from Object.) | |
| ExecuteList<(Of <(T>)>) | ||
| ExecuteScalar<(Of <(T>)>) | ||
| ExecuteTransaction |
Execute an action in a transactional manner.
| |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| Find<(Of <(T>)>) | ||
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetQueryObject<(Of <(T>)>) | ||
| GetStoreNameForItem | ||
| GetStoreNames | ||
| GetStoreViewName |
Get the database specific view name for a store
| |
| GetTableInformation | ||
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| GetValueOverflowCount | ||
| Initialize |
Initializes the provider with configuration seetings.
Override this method to do any provider specific initialization.
(Overrides ProviderBase..::.Initialize(String, NameValueCollection).) | |
| IsProviderSpecificException |
Determines if an exception is specific to the data provider or a standard .NET exception
| |
| Load | ||
| LoadStoreDefinition | ||
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Save | ||
| SaveStoreDefinition | ||
| ToString | (Inherited from Object.) | |
| UpdateReferencesPropertyName |
Update the property names for the references
|
Properties
| Name | Description | |
|---|---|---|
| DataStoreNameValueCollection | ||
| Description |
Gets a brief, friendly description suitable for display in administrative tools or other user interfaces (UIs).
(Inherited from ProviderBase.) | |
| Name |
Gets the friendly name used to refer to the provider during configuration.
(Inherited from ProviderBase.) | |
| ReferenceTableInformation |