SimpleDataLayer Members
In This Article
#Constructors
Name | Description |
---|---|
Simple |
Initializes a new instance of the Simple |
Simple |
Initializes a new instance of the Simple |
#Properties
Name | Description |
---|---|
Connection |
A IDb |
Suppress |
Obsolete. Disables the thread safety diagnostic function. |
#Methods
Name | Description |
---|---|
Clear |
This member supports the internal infrastructure and is not intended to be used directly from your code. |
Create |
Creates a command if the data store allows commands to be created. |
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 |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Modify |
Updates data in a data store using the specified modification statements. |
Modify |
|
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Select |
Fetches data from a data store using the specified query statements. |
Select |
|
Update |
Updates a data store’s schema according to the specified class descriptions. |
Update |
Asynchronously updates a data store’s schema according to the specified class descriptions. |
See Also