PostgreSqlSqlCall Constructor
Initializes a new instance of the PostgreSqlSqlCall class.
Namespace:
Tortuga.Chain.PostgreSql.CommandBuildersAssembly: Tortuga.Chain.PostgreSql (in Tortuga.Chain.PostgreSql.dll)
Syntax
public PostgreSqlSqlCall( PostgreSqlDataSourceBase dataSource, string sqlStatement, Nullable<Object> argumentValue )
Public Sub New ( _ dataSource As PostgreSqlDataSourceBase, _ sqlStatement As String, _ argumentValue As Nullable(Of Object) _ )
public: PostgreSqlSqlCall( PostgreSqlDataSourceBase^ dataSource, String^ sqlStatement, Nullable<Object^> argumentValue )
Parameters
- dataSource
- Type: Tortuga.Chain.PostgreSql..::..PostgreSqlDataSourceBase
The data source.
- sqlStatement
- Type: String
The SQL statement.