The DataStoreProvider type exposes the following members.

Constructors

  NameDescription
DataStoreProvider
Initializes a new instance of the DataStoreProvider class

Methods

  NameDescription
CanMoveDataBetweenProperties
ConvertStoreNameToInternal
Convert the store name to that used internally by the provider
CreateInstanceOverloaded.
Delete
DeleteAll
DeleteStoreDefinition
Equals
Determines whether the specified Object is equal to the current Object.
(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
Returns a String that represents the current Object.
(Inherited from Object.)
UpdateReferencesPropertyName
Update the property names for the references

Properties

  NameDescription
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

See Also