Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
ULCommand オブジェクトを実行する接続オブジェクトです。
Public Shadows Property Connection As ULConnection
public new ULConnection Connection {get;set;}
コマンドを実行する ULConnection オブジェクト。
ULCommand オブジェクトは、開かれた接続がないと、実行できません。
デフォルト値は NULL 参照 (Visual Basic の Nothing) です。
これは、System.Data.IDbCommand.Connection と System.Data.Common.DbCommand.Connection が厳密に型指定されたものです。