12. Understanding .NET Data Provider Connectivity : .NET Data Provider Classes : IngresParameter Class : Positional Parameters
 
Share this page                  
Positional Parameters
The data provider supports the positional (unnamed) parameter marker placeholder syntax using the question mark character (?) similar to ODBC and JDBC. Parameter data is accessed from the IngresParameterCollection in the same relative order as the parameter markers in the SQL statement.