Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » SQL Anywhere Server - Programming » SQL Anywhere .NET 2.0 API Reference

SABulkCopyOptions enumeration Next Page

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