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>)>)>.) |
![]() |
Equals(System.Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
Execute | (Inherited from DbCommandBuilder.) |
![]() |
ExecuteAsync(Object) | (Inherited from DbCommandBuilder.) |
![]() |
ExecuteAsync(CancellationToken, Object) | (Inherited from DbCommandBuilder.) |
![]() |
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode |
Serves as the default hash function. (Inherited from Object.) |
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
Prepare |
Prepares the command for execution by generating any necessary SQL.
|
![]() |
ToString |
Returns a string that represents the current object. (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.
|