SqlServerDataSourceBase Methods
The SqlServerDataSourceBase type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
Equals(System.Object) | (Inherited from Object.) |
|
|
ExecuteStream |
Executes the specified implementation.
(Inherited from DataSource<(Of <(<'TConnection, TTransaction, TCommand, TParameter>)>)>.) |
|
|
ExecuteStreamAsync |
Executes the specified implementation asynchronously.
(Inherited from DataSource<(Of <(<'TConnection, TTransaction, TCommand, TParameter>)>)>.) |
|
|
Finalize | (Inherited from Object.) |
|
|
GetExtensionData<(Of <<'(TTKey>)>>) |
Gets the extension data.
(Inherited from DataSource.) |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetType | (Inherited from Object.) |
|
|
InsertBatch(SqlServerObjectName, DataTable, SqlServerObjectName, InsertOptions) |
Inserts the batch of records as one operation.
|
|
|
InsertBatch(SqlServerObjectName, DbDataReader, SqlServerObjectName, InsertOptions) |
Inserts the batch of records as one operation.
|
|
|
InsertBatch<(Of <<'(TObject>)>>)(SqlServerObjectName, IEnumerable<(Of <<'(TObject>)>>), SqlServerObjectName, InsertOptions) |
Inserts the batch of records as one operation.
|
|
|
InsertBatch<(Of <<'(TObject>)>>)(IEnumerable<(Of <<'(TObject>)>>), SqlServerObjectName, InsertOptions) |
Inserts the batch of records as one operation..
|
|
|
InsertBulk(SqlServerObjectName, DataTable, SqlBulkCopyOptions) |
Inserts the batch of records using bulk insert.
|
|
|
InsertBulk(SqlServerObjectName, IDataReader, SqlBulkCopyOptions) |
Inserts the batch of records using bulk insert.
|
|
|
InsertBulk<(Of <<'(TObject>)>>)(SqlServerObjectName, IEnumerable<(Of <<'(TObject>)>>), SqlBulkCopyOptions) |
Inserts the batch of records using bulk insert.
|
|
|
InsertBulk<(Of <<'(TObject>)>>)(DataTable, SqlBulkCopyOptions) |
Inserts the batch of records using bulk insert.
|
|
|
InsertBulk<(Of <<'(TObject>)>>)(IDataReader, SqlBulkCopyOptions) |
Inserts the batch of records using bulk insert.
|
|
|
InsertBulk<(Of <<'(TObject>)>>)(IEnumerable<(Of <<'(TObject>)>>), SqlBulkCopyOptions) |
Inserts the batch of records using bulk insert.
|
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
OnExecutionCanceled(ExecutionEventArgs) |
Raises the ExecutionCanceled event.
(Inherited from DataSource.) |
|
|
OnExecutionCanceled(ExecutionToken, DateTimeOffset, DateTimeOffset, Nullable<(Of <<'(Object>)>>)) | (Inherited from DataSource.) |
|
|
OnExecutionError(ExecutionEventArgs) |
Raises the ExecutionError event.
(Inherited from DataSource.) |
|
|
OnExecutionError(ExecutionToken, DateTimeOffset, DateTimeOffset, Exception, Nullable<(Of <<'(Object>)>>)) | (Inherited from DataSource.) |
|
|
OnExecutionFinished(ExecutionEventArgs) |
Raises the ExecutionFinished event.
(Inherited from DataSource.) |
|
|
OnExecutionFinished(ExecutionToken, DateTimeOffset, DateTimeOffset, Nullable<(Of <<'(Int32>)>>), Nullable<(Of <<'(Object>)>>)) | (Inherited from DataSource.) |
|
|
OnExecutionStarted(ExecutionEventArgs) |
Raises the ExecutionStarted event.
(Inherited from DataSource.) |
|
|
OnExecutionStarted(ExecutionToken, DateTimeOffset, Nullable<(Of <<'(Object>)>>)) | (Inherited from DataSource.) |
|
|
Sql |
Creates a operation based on a raw SQL statement.
|
|
|
TestConnection |
Tests the connection.
(Inherited from DataSource.) |
|
|
TestConnectionAsync |
Tests the connection asynchronously.
(Inherited from DataSource.) |
|
|
ToString | (Inherited from Object.) |

