AccessConnectionProviderMultiUserThreadSafe Methods
Implements an Microsoft Access connection provider that can be used in multi-user and multi-threaded applications.| Name | Description |
|---|---|
| CreateProviderFromString(String, AutoCreateOption, out IDisposable[]) static | This method supports the internal infrastructure and is not intended to be called directly from your code. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetConnectionString(String, String, String) static | Returns a connection string to the specified Microsoft Access data base using the specified credentials. |
| GetConnectionString(String) static | Returns a connection string to the specified Microsoft Access data base. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetLifetimeService() | Retrieves the current lifetime service object that controls the lifetime policy for this instance. Inherited from MarshalByRefObject. |
| GetStorageTables(String[]) | Returns information that describes the structures of the specified tables. |
| GetStorageTablesList(Boolean) | Returns a list of the available tables in the data store. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| InitializeLifetimeService() | Obtains a lifetime service object to control the lifetime policy for this instance. Inherited from MarshalByRefObject. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| MemberwiseClone(Boolean) protected | Creates a shallow copy of the current MarshalByRefObject object. Inherited from MarshalByRefObject. |
| ModifyData(ModificationStatement[]) | Updates data in a data store using the specified modification statements. |
| ModifyDataAsync(CancellationToken, ModificationStatement[]) | |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| Register() static | Registers the provider for use with XPO. |
| SelectData(SelectStatement[]) | Fetches data from a data store using the specified query statements. |
| SelectDataAsync(CancellationToken, SelectStatement[]) | |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
| UpdateSchema(Boolean, DBTable[]) | Updates the storage schema according to the specified class descriptions. |
| UpdateSchemaAsync(CancellationToken, Boolean, DBTable[]) | Asynchronously updates the storage schema according to the specified class descriptions. |
See Also