ISingleRowDbCommandBuilder Members
The ISingleRowDbCommandBuilder type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
Equals(System.Object) | (Inherited from Object.) |
|
|
Finalize | (Inherited from Object.) |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetType | (Inherited from Object.) |
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
ToDataRow |
Indicates the results should be materialized as a Row.
|
|
|
ToDataRowOrNull |
Indicates the results should be materialized as a Row.
|
|
|
ToDynamicObject |
Materializes the result as a dynamic object
|
|
|
ToDynamicObjectOrNull |
Materializes the result as a dynamic object
|
|
|
ToObject<(Of <<'(TObject>)>>) |
Materializes the result as an instance of the indicated type
|
|
|
ToObjectOrNull<(Of <<'(TObject>)>>) |
Materializes the result as an instance of the indicated type
|
|
|
ToRow |
Indicates the results should be materialized as a Row.
|
|
|
ToRowOrNull |
Indicates the results should be materialized as a Row.
|
|
|
ToString | (Inherited from Object.) |

