[This is preliminary documentation and is subject to change.]
The MySQLCRUDQueryExecutionContext type exposes the following members.Constructors
| Name | Description | |
|---|---|---|
| MySQLCRUDQueryExecutionContext | Initializes a new instance of the MySQLCRUDQueryExecutionContext class |
Methods
| Name | Description | |
|---|---|---|
| CLRValueToDB |
Based on store settings, converts CLR value to MySQL-acceptable value, i.e. GDID -> BYTE[].
| |
| ConvertParameters |
Based on store settings, converts query parameters into MySQL-acceptable values, i.e. GDID -> BYTe[].
This function is not idempotent
| |
Indicates whether this instance and a specified object are equal. (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
Returns the hash code for this instance. (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
Returns the fully qualified type name of this instance. (Inherited from |
Extension Methods
Fields
| Name | Description | |
|---|---|---|
| Connection | ||
| DataStore | ||
| Transaction |
See Also