ASA Programming Guide
Adaptive Server Anywhere .NET Data Provider API Reference
AsaParameterCollection class
Adds an AsaParameter to the AsaCommand.
int Add( object value )
int Add( AsaParameter value )
int Add(
string parameterName,
object value
)
int Add(
string parameterName,
AsaDbType asaDbType
)
int Add(
string parameterName,
AsaDbType asaDbType,
int size
)
int Add(
string parameterName,
AsaDbType asaDbType,
int size,
string sourceColumn
)
value For syntax 1 and 2, value is the AsaParameter object to add to the collection. For syntax 3, value is the value of the parameter to add to the connection.
parameterName The name of the parameter.
asaDbType One of the AsaDbType values.
size The length of the column.
sourceColumn The name of the source column.
The index of the new AsaParameter object.