ASA Programming Guide
Adaptive Server Anywhere .NET Data Provider API Reference
AsaCommand class
Initializes an AsaCommand object.
void AsaCommand( )
void AsaCommand( string cmdText )
void AsaCommand(
string cmdText,
AsaConnection connection
)
void AsaCommand(
string cmdText,
AsaConnection connection,
AsaTransaction transaction
)
cmdText The text of the SQL statement or stored procedure. For parameterized statements, use a question mark (?) placeholder to pass parameters.
connection The current connection.
transaction The AsaTransaction in which the AsaConnection executes.