Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

SqlServerInsertBulk Members

The SqlServerInsertBulk type exposes the following members.

Methods


  Name Description
Public method AsNonQuery
Indicates this operation has no result set.
(Inherited from DbOperationBuilder<(Of <(<'TConnection, TTransaction>)>)>.)
Public method Equals(System.Object)
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public method Execute (Inherited from DbCommandBuilder.)
Public method ExecuteAsync(Object) (Inherited from DbCommandBuilder.)
Public method ExecuteAsync(CancellationToken, Object) (Inherited from DbCommandBuilder.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method Prepare
Prepares the command for execution by generating any necessary SQL.
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)
Public method TryGetColumn
Returns the column associated with the column name.
Public method TryGetColumns
Returns a list of columns.
Public method TryGetNonNullableColumns
Returns a list of columns known to be non-nullable.
Public method WithBatchSize
Modifies the batch size.
Public method WithNotifications
After notifyAfter records, the event handler will be fired. This can be used to abort the bulk insert.
Public method WithNoTimeout
Sets the bulk copy timeout to infinite.
Public method WithOptions
Modifies the batch size.
Public method WithStreaming
Enables streaming.
Public method WithTimeout
Sets the bulk copy timeout.

Properties


  Name Description
Public property DataSource
Gets the data source.
(Inherited from DbOperationBuilder<(Of <(<'TConnection, TTransaction>)>)>.)