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

PostgreSqlInsertBulk Members

The PostgreSqlInsertBulk 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
Execute the operation synchronously.
(Inherited from DbCommandBuilder.)
Public method ExecuteAsync(Nullable<(Of <<'(Object>)>>))
Execute the operation asynchronously.
(Inherited from DbCommandBuilder.)
Public method ExecuteAsync(CancellationToken, Nullable<(Of <<'(Object>)>>))
Execute the operation asynchronously.
(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 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>)>)>.)