PostgreSqlCommandExecutionToken Constructor
Initializes a new instance of the PostgreSqlCommandExecutionToken class.
Namespace:
Tortuga.Chain.PostgreSqlAssembly: Tortuga.Chain.PostgreSql (in Tortuga.Chain.PostgreSql.dll)
Syntax
public PostgreSqlCommandExecutionToken( ICommandDataSource<NpgsqlCommand, NpgsqlParameter> dataSource, string operationName, string commandText, IReadOnlyList<NpgsqlParameter> parameters, CommandType commandType, bool dereferenceCursors )
Public Sub New ( _ dataSource As ICommandDataSource(Of NpgsqlCommand, NpgsqlParameter), _ operationName As String, _ commandText As String, _ parameters As IReadOnlyList(Of NpgsqlParameter), _ commandType As CommandType, _ dereferenceCursors As Boolean _ )
public: PostgreSqlCommandExecutionToken( ICommandDataSource<NpgsqlCommand^, NpgsqlParameter^>^ dataSource, String^ operationName, String^ commandText, IReadOnlyList<NpgsqlParameter^>^ parameters, CommandType^ commandType, bool^ dereferenceCursors )
Parameters
- dataSource
- Type: Tortuga.Chain.DataSources..::..ICommandDataSource<(Of <(<'NpgsqlCommand, NpgsqlParameter>)>)>
- operationName
- Type: String
- commandText
- Type: String
- parameters
- Type: IReadOnlyList<(Of <(<'NpgsqlParameter>)>)>
- commandType
- Type: CommandType
- dereferenceCursors
- Type: Boolean