Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
トランザクションに対応する接続を返します。
Public ReadOnly Shadows Property Connection As ULConnection
public new ULConnection Connection {get;}
トランザクションに関連付けられている ULConnection オブジェクト。トランザクションが無効な場合は NULL 参照 (Visual Basic の Nothing)。
これは、System.Data.IDbTransaction.Connection と System.Data.Common.DbCommand.Connection が厳密に型指定されたものです。