Initializes a ULCommand object with the specified command text, connection, and transaction.
Public Sub New( ByVal cmdText As String, ByVal connection As ULConnection, ByVal transaction As ULTransaction )
public ULCommand(
string cmdText,
ULConnection connection,
ULTransaction transaction
)
cmdText The text of the SQL statement or name of the table when the ULCommand.CommandType property is System.Data.CommandType.TableDirect. For parameterized statements, use a question mark (?) placeholder to pass parameters.
connection The ULConnection object representing the current connection.
transaction The ULTransaction object in which the ULCommand object executes.
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |