The connection object on which to execute the ULCommand object.
Visual Basic Public Property Connection As ULConnection
C# public ULConnection Connection { get; set; }
The ULConnection object on which to execute the command.
ULCommand objects must have an open connection before they can be executed.
The default is a null reference (Nothing in Visual Basic).
This is the strongly-typed version of System.Data.IDbCommand.Connection and System.Data.Common.DbCommand.Connection.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |