ULCommand オブジェクトを実行する接続オブジェクトです。
Visual Basic Public Property Connection As ULConnection
C# public ULConnection Connection { get; set; }
コマンドを実行する ULConnection オブジェクト。
ULCommand オブジェクトは、開かれた接続がないと、実行できません。
デフォルト値は NULL 参照 (Visual Basic の Nothing) です。
これは、System.Data.IDbCommand.Connection と System.Data.Common.DbCommand.Connection が厳密に型指定されたものです。
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |