Contents Index Adaptive Server Anywhere .NET Data Provider API Reference AsaCommand constructors

ASA Programming Guide
  Adaptive Server Anywhere .NET Data Provider API Reference

AsaCommand class


Description 

A SQL statement or stored procedure that is executed against an Adaptive Server Anywhere database.

Base classes 

Component

Implemented interfaces 

IDbCommand, IDisposable

See also 

Using the AsaCommand object to retrieve and manipulate data

Accessing and manipulating data


AsaCommand constructors
Cancel method
CommandText property
CommandTimeout property
CommandType property
Connection property
CreateParameter method
DesignTimeVisible property
ExecuteNonQuery method
ExecuteReader method
ExecuteScalar method
Parameters property
Prepare method
ResetCommandTimeout method
Transaction property
UpdatedRowSource property

Contents Index Adaptive Server Anywhere .NET Data Provider API Reference AsaCommand constructors