InMemoryDataStore Members
In This Article
#Constructors
Name | Description |
---|---|
In |
Initializes a new instance of the In |
In |
Initializes a new instance of the In |
In |
Initializes a new instance of the In |
In |
Initializes a new instance of the In |
In |
Obsolete. Initializes a new instance of the In |
In |
Obsolete. This constructor is obsolete. |
#Fields
Name | Description |
---|---|
Xpo |
Returns a parameter name used to denote a provider type in a connection string. The default value is “Xpo |
Xpo |
Gets the name of the current connection provider. This name is used internally when generating a connection string via the In |
#Properties
Name | Description |
---|---|
Auto |
Returns which operations are performed when a data store is accessed for the first time.
Inherited from Data |
Can |
Gets whether the In |
Case |
Gets whether the In |
Data |
Obsolete. This property is obsolete. |
Factories static |
Returns registered provider factories.
Inherited from Data |
Sync |
Obsolete. Gets an object that can be used to synchronize access to the In |
#Methods
Name | Description |
---|---|
Create |
This method supports the internal infrastructure and is not intended to be called directly from your code. |
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 |
Returns a connection string that can be used to create an In |
Get |
Returns a connection string that can be used to create an In |
Get |
Returns a connection string that can be used to create an In |
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 |
Returns information that describes the structures of the specified tables. |
Get |
Returns a list of the available tables in the data store. |
Get |
Returns an array of stored procedures available within the data store. |
Get |
This member supports the internal infrastructure and is not intended to be used directly from your code. |
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.
Inherited from Data |
Query |
Creates a data store based on specified settings.
Inherited from Data |
Read |
Copies the content from a specified In |
Read |
Reads the data into the In |
Read |
Reads the data into the In |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Register() static | Registers the provider for use with XPO. |
Register |
|
Register |
|
Register |
Registers a custom function operator. |
Register |
Registers custom function operators. |
Register |
Registers a data store provider using a specified connection type name and a procedure that establishes a connection for the provider.
Inherited from Data |
Register |
Registers a data store provider using a specified name and a procedure that establishes a connection for the provider.
Inherited from Data |
Register |
Registers a specified data store provider factory.
Inherited from Data |
To |
Returns a string that represents the current object. Inherited from Object. |
Update |
Updates a data store’s schema according to specified settings.
Inherited from Data |
Write |
Writes the data contained in the In |
Write |
Writes the data contained in the In |
See Also