PostgreSqlCommandExecutionToken Properties
The PostgreSqlCommandExecutionToken type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
CommandText |
Gets the command text, which is usually SQL.
(Inherited from ExecutionToken.) |
![]() |
CommandType |
Gets the type of the command.
(Inherited from ExecutionToken.) |
![]() |
DataSource |
Gets the data source.
(Inherited from ExecutionToken.) |
![]() |
DereferenceCursors |
Gets a value indicating whether cursors should be dereferenced.
|
![]() |
HasCommandExecutedEvent |
Gets a value indicating whether this instance has command executed event.
(Inherited from ExecutionToken.) |
![]() |
HasOutputParameters |
Returns True if any parameter is marked as Output or InputOutput
(Inherited from CommandExecutionToken<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
OperationName |
Gets the name of the operation being performed.
(Inherited from ExecutionToken.) |
![]() |
Parameters |
Gets the parameters.
(Inherited from CommandExecutionToken<(Of <(<'TCommand, TParameter>)>)>.) |