Initializes a ULCommand object with the specified command text.
Visual Basic Public Sub New( _ ByVal cmdText As String _ )
C# public ULCommand( string cmdText );
cmdText The text of the SQL statement or name of the table when the ULCommand.CommandType is System.Data.CommandType.TableDirect. For parameterized statements, use a question mark (?) placeholder to pass parameters.
The ULCommand object needs to have the ULCommand.Connection and ULCommand.Transaction set before a statement can be executed.
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |