IDataLayer Properties
The interface to which data access layers should conform.| Name | Description |
|---|---|
| AutoCreateOption | When implemented by a class, returns which operations are performed when a session is connected to storage. |
| Connection | When implemented by a class, returns the connection if it is provided by storage. |
See Also