Gets or sets the text of a SQL statement or stored procedure.
Visual Basic Public Overrides Property CommandText As String
C# public override string CommandText { get; set; }
The SQL statement or the name of the stored procedure to execute. The default is an empty string.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |