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

MySqlInsertBulk Members

The MySqlInsertBulk 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 CommandText
Returns the command text (usually SQL) without executing it.
(Inherited from DbCommandBuilder.)
Public method Equals(System.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 (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Prepare
Prepares the command for execution by generating any necessary SQL.
Public method ToString (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 may be fired. This can be used to abort the bulk insert.

Properties


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