ISqlDataStore Properties
Represents the interface for objects that need to interact with SQL Server databases,Name | Description |
---|---|
AutoCreateOption | When implemented by a class, returns which operations are performed when a data store is accessed for the first time. Inherited from IDataStore. |
Connection | A IDbConnection object that specifies the connection to a data store, if the specified data store allows commands to be created. |
See Also