DbCommandBuilder Members
The DbCommandBuilder type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
AsNonQuery |
Indicates this operation has no result set.
|
|
|
CommandText |
Returns the command text (usually SQL) without executing it.
|
|
|
Equals(System.Object) | (Inherited from Object.) |
|
|
Execute |
Execute the operation synchronously.
|
|
|
ExecuteAsync(Nullable<(Of <<'(Object>)>>)) |
Execute the operation asynchronously.
|
|
|
ExecuteAsync(CancellationToken, Nullable<(Of <<'(Object>)>>)) |
Execute the operation asynchronously.
|
|
|
Finalize | (Inherited from Object.) |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetType | (Inherited from Object.) |
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
ToString | (Inherited from Object.) |
|
|
TryGetColumn |
Returns the column associated with the column name.
|
|
|
TryGetColumns |
Returns a list of columns.
|
|
|
TryGetNonNullableColumns |
Returns a list of columns known to be non-nullable.
|

