SqlServerInsertBulk Methods
The SqlServerInsertBulk type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
AsNonQuery |
Indicates this operation has no result set.
(Inherited from DbOperationBuilder<(Of <(<'TConnection, TTransaction>)>)>.) |
|
|
CommandText |
Returns the command text (usually SQL) without executing it.
(Inherited from DbCommandBuilder.) |
|
|
Equals(System.Object) | (Inherited from Object.) |
|
|
Execute | (Inherited from DbCommandBuilder.) |
|
|
ExecuteAsync(Object) | (Inherited from DbCommandBuilder.) |
|
|
ExecuteAsync(CancellationToken, Object) | (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.
|
|
|
TryGetColumns |
Returns a list of columns.
|
|
|
TryGetNonNullableColumns |
Returns a list of columns known to be non-nullable.
|
|
|
WithBatchSize |
Modifies the batch size.
|
|
|
WithNotifications |
After notifyAfter records, the event handler will be fired. This can be used to abort the bulk insert.
|
|
|
WithNoTimeout |
Sets the bulk copy timeout to infinite.
|
|
|
WithOptions |
Modifies the batch size.
|
|
|
WithStreaming |
Enables streaming.
|
|
|
WithTimeout |
Sets the bulk copy timeout.
|

