PostgreSqlDataSourceBase Methods
The PostgreSqlDataSourceBase type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
Equals(System.Object) | (Inherited from Object.) |
|
|
ExecuteStream | (Inherited from DataSource<(Of <(<'TConnection, TTransaction, TCommand, TParameter>)>)>.) |
|
|
ExecuteStreamAsync | (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.) |
|
|
GetTableApproximateCount(PostgreSqlObjectName) |
Gets a table's row count.
|
|
|
GetTableApproximateCount<(Of <<'(TObject>)>>)()()()() |
Gets a table or view's row count.
|
|
|
GetType | (Inherited from Object.) |
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
OnExecutionCanceled(ExecutionEventArgs) | (Inherited from DataSource.) |
|
|
OnExecutionCanceled(ExecutionToken, DateTimeOffset, DateTimeOffset, Object) | (Inherited from DataSource.) |
|
|
OnExecutionError(ExecutionEventArgs) | (Inherited from DataSource.) |
|
|
OnExecutionError(ExecutionToken, DateTimeOffset, DateTimeOffset, Exception, Object) | (Inherited from DataSource.) |
|
|
OnExecutionFinished(ExecutionEventArgs) | (Inherited from DataSource.) |
|
|
OnExecutionFinished(ExecutionToken, DateTimeOffset, DateTimeOffset, Nullable<(Of <<'(Int32>)>>), Object) | (Inherited from DataSource.) |
|
|
OnExecutionStarted(ExecutionEventArgs) | (Inherited from DataSource.) |
|
|
OnExecutionStarted(ExecutionToken, DateTimeOffset, Object) | (Inherited from DataSource.) |
|
|
ReseedIdentityColumn(PostgreSqlObjectName, Nullable<(Of <<'(Int32>)>>)) |
Reseeds the identity column of a table using the indicated seed value.
|
|
|
ReseedIdentityColumn(PostgreSqlObjectName, Nullable<(Of <<'(Int64>)>>)) |
Reseeds the identity column of a table using the indicated seed value.
|
|
|
ReseedIdentityColumn(PostgreSqlObjectName) |
Reseeds the identity column of a table using the max value of the table.
|
|
|
TestConnection |
Tests the connection.
(Inherited from DataSource.) |
|
|
TestConnectionAsync |
Tests the connection asynchronously.
(Inherited from DataSource.) |
|
|
ToString | (Inherited from Object.) |

