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

SqlServerDataSource Methods

The SqlServerDataSource type exposes the following members.

Methods


  Name Description
Public method BeginTransaction
Creates a new transaction
Public method BeginTransactionAsync
Creates a new transaction
Public method Equals(System.Object)
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public method ExecuteStream(CommandExecutionToken<(Of <<'(SqlCommand, SqlParameter>)>>), StreamingCommandImplementation<(Of <<'(SqlCommand>)>>), Nullable<(Of <<'(Object>)>>))
Executes the specified implementation.
Public method ExecuteStream(CommandExecutionToken<(Of <<'(TCommand, TParameter>)>>), StreamingCommandImplementation<(Of <<'(TCommand>)>>), Nullable<(Of <<'(Object>)>>))
Executes the specified implementation.
(Inherited from DataSource<(Of <(<'TConnection, TTransaction, TCommand, TParameter>)>)>.)
Public method ExecuteStreamAsync(CommandExecutionToken<(Of <<'(SqlCommand, SqlParameter>)>>), StreamingCommandImplementationAsync<(Of <<'(SqlCommand>)>>), CancellationToken, Nullable<(Of <<'(Object>)>>))
Executes the specified implementation asynchronously.
Public method ExecuteStreamAsync(CommandExecutionToken<(Of <<'(TCommand, TParameter>)>>), StreamingCommandImplementationAsync<(Of <<'(TCommand>)>>), CancellationToken, Nullable<(Of <<'(Object>)>>))
Executes the specified implementation asynchronously.
(Inherited from DataSource<(Of <(<'TConnection, TTransaction, TCommand, TParameter>)>)>.)
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 GetEffectiveSettings
Gets the options that are currently in effect. This takes into account server-defined defaults.
Public method GetEffectiveSettingsAsync
Gets the options that are currently in effect. This takes into account server-defined defaults.
Public method GetExtensionData<(Of <<'(TTKey>)>>)
Gets the extension data.
(Inherited from DataSource.)
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.)
Public method InsertBatch(SqlServerObjectName, DataTable, SqlServerObjectName, InsertOptions)
Inserts the batch of records as one operation.
(Inherited from SqlServerDataSourceBase.)
Public method InsertBatch(SqlServerObjectName, DbDataReader, SqlServerObjectName, InsertOptions)
Inserts the batch of records as one operation.
(Inherited from SqlServerDataSourceBase.)
Public method InsertBatch<(Of <<'(TObject>)>>)(SqlServerObjectName, IEnumerable<(Of <<'(TObject>)>>), SqlServerObjectName, InsertOptions)
Inserts the batch of records as one operation.
(Inherited from SqlServerDataSourceBase.)
Public method InsertBatch<(Of <<'(TObject>)>>)(IEnumerable<(Of <<'(TObject>)>>), SqlServerObjectName, InsertOptions)
Inserts the batch of records as one operation..
(Inherited from SqlServerDataSourceBase.)
Public method InsertBulk(SqlServerObjectName, DataTable, SqlBulkCopyOptions)
Inserts the batch of records using bulk insert.
(Inherited from SqlServerDataSourceBase.)
Public method InsertBulk(SqlServerObjectName, IDataReader, SqlBulkCopyOptions)
Inserts the batch of records using bulk insert.
(Inherited from SqlServerDataSourceBase.)
Public method InsertBulk<(Of <<'(TObject>)>>)(SqlServerObjectName, IEnumerable<(Of <<'(TObject>)>>), SqlBulkCopyOptions)
Inserts the batch of records using bulk insert.
(Inherited from SqlServerDataSourceBase.)
Public method InsertBulk<(Of <<'(TObject>)>>)(DataTable, SqlBulkCopyOptions)
Inserts the batch of records using bulk insert.
(Inherited from SqlServerDataSourceBase.)
Public method InsertBulk<(Of <<'(TObject>)>>)(IDataReader, SqlBulkCopyOptions)
Inserts the batch of records using bulk insert.
(Inherited from SqlServerDataSourceBase.)
Public method InsertBulk<(Of <<'(TObject>)>>)(IEnumerable<(Of <<'(TObject>)>>), SqlBulkCopyOptions)
Inserts the batch of records using bulk insert.
(Inherited from SqlServerDataSourceBase.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method OnExecutionCanceled(ExecutionEventArgs)
Raises the ExecutionCanceled event.
(Inherited from DataSource.)
Protected method OnExecutionCanceled(ExecutionToken, DateTimeOffset, DateTimeOffset, Nullable<(Of <<'(Object>)>>)) (Inherited from DataSource.)
Public method OnExecutionError(ExecutionEventArgs)
Raises the ExecutionError event.
(Inherited from DataSource.)
Protected method OnExecutionError(ExecutionToken, DateTimeOffset, DateTimeOffset, Exception, Nullable<(Of <<'(Object>)>>)) (Inherited from DataSource.)
Public method OnExecutionFinished(ExecutionEventArgs)
Raises the ExecutionFinished event.
(Inherited from DataSource.)
Protected method OnExecutionFinished(ExecutionToken, DateTimeOffset, DateTimeOffset, Nullable<(Of <<'(Int32>)>>), Nullable<(Of <<'(Object>)>>)) (Inherited from DataSource.)
Public method OnExecutionStarted(ExecutionEventArgs)
Raises the ExecutionStarted event.
(Inherited from DataSource.)
Protected method OnExecutionStarted(ExecutionToken, DateTimeOffset, Nullable<(Of <<'(Object>)>>)) (Inherited from DataSource.)
Protected method OnGetDatabaseMetadata (Inherited from SqlServerDataSourceBase.)
Public method Sql
Creates a operation based on a raw SQL statement.
(Inherited from SqlServerDataSourceBase.)
Public method StartSqlDependency
Starts SQL dependency on this connection string.
Public method StopSqlDependency
Stops SQL dependency on this connection string.
Public method TestConnection
Tests the connection.
(Inherited from DataSource.)
Public method TestConnectionAsync
Tests the connection asynchronously.
(Inherited from DataSource.)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)
Public method WithSettings
Creates a new data source with the indicated changes to the settings.