AseCommand class

Description

Represents commands performed on the ASE Server and encapsulates either dynamic SQL statements or stored procedures. It provides the following methods to execute commands on the ASE Database:

Base classes

Component

Implements

IDbCommand, IDisposable

See also

“Using AseCommand to retrieve and manipulate data” and “Accessing and manipulating data”.

NoteIf you are calling a stored procedure that takes parameters, you must specify the parameters for the stored procedure. For more information, see “Using stored procedures” and “AseParameter class”.