A SQL statement or stored procedure that is executed against a SQL Anywhere database.
      Visual Basic syntax
         
         
            Public NotInheritable Class 
            SACommand 
            Inherits 
            System.Data.Common.DbCommand 
            Implements 
            System.ICloneable
         
      
      C# syntax
         
         
            public sealed class 
            SACommand : System.Data.Common.DbCommand, System.ICloneable
         
      
      Remarks
         
         
            Implements: IDbCommand, ICloneable
         For more information, see Accessing and manipulating data.
         Custom Attribute: sealed