Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

PostgreSqlSqlCall Constructor

Initializes a new instance of the PostgreSqlSqlCall class.

Namespace:  Tortuga.Chain.PostgreSql.CommandBuilders
Assembly:  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.
argumentValue
Type: Nullable<(Of <(<'Object>)>)>
The argument value.

Exceptions


ExceptionCondition
[ArgumentException]sqlStatement is null or empty.;sqlStatement