DbCommandBuilder<(Of <(<'TCommand, TParameter>)>)> Methods
The DbCommandBuilder<(Of <(<'TCommand, TParameter>)>)> 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.
(Inherited from DbCommandBuilder.) |
|
|
Equals(System.Object) | (Inherited from Object.) |
|
|
Execute |
Execute the operation synchronously.
(Inherited from DbCommandBuilder.) |
|
|
ExecuteAsync(Nullable<(Of <<'(Object>)>>)) |
Execute the operation asynchronously.
(Inherited from DbCommandBuilder.) |
|
|
ExecuteAsync(CancellationToken, Nullable<(Of <<'(Object>)>>)) |
Execute the operation asynchronously.
(Inherited from DbCommandBuilder.) |
|
|
Finalize | (Inherited from Object.) |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetType | (Inherited from Object.) |
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
Prepare |
Prepares the command for execution by generating any necessary SQL.
|
|
|
ToString | (Inherited from Object.) |
|
|
TryGetColumn |
Returns the column associated with the column name.
(Inherited from DbCommandBuilder.) |
|
|
TryGetColumns |
Returns a list of columns.
(Inherited from DbCommandBuilder.) |
|
|
TryGetNonNullableColumns |
Returns a list of columns known to be non-nullable.
(Inherited from DbCommandBuilder.) |

