Creates and initializes a ULCommand object associated with this connection and its current transaction. You can use the properties of the ULCommand to control its behavior.
Visual Basic Public Function CreateCommand() As ULCommand
C# public ULCommand CreateCommand();
A new ULCommand object.
You must set the ULCommand.CommandText before the command can be executed.
This is the strongly-typed version of System.Data.IDbConnection.CreateCommand and System.Data.Common.DbConnection.CreateCommand().
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |