SACommand class

A SQL statement or stored procedure that is executed against a SQL Anywhere database. This class cannot be inherited.

Syntax
Visual Basic

Public NotInheritable Class SACommand 
  Inherits DbCommand
  Implements ICloneable
C#

public sealed class SACommand : DbCommand,
  ICloneable
Remarks

Implements:[external link] ICloneable

For more information, see Accessing and manipulating data.

See also

SACommand members
SACommand constructors
CommandText property
CommandTimeout property
CommandType property
Connection property
DesignTimeVisible property
Parameters property
Transaction property
UpdatedRowSource property
BeginExecuteNonQuery methods
BeginExecuteReader methods
Cancel method
CreateParameter method
EndExecuteNonQuery method
EndExecuteReader method
ExecuteNonQuery method
ExecuteReader methods
ExecuteScalar method
Prepare method
ResetCommandTimeout method