DesignerTransactionCloseEventArgs.LastTransaction 属性

定义

获取一个值,该值指示这是不是最后要关闭的事务。Gets a value indicating whether this is the last transaction to close.

public:
 property bool LastTransaction { bool get(); };
public bool LastTransaction { get; }
member this.LastTransaction : bool
Public ReadOnly Property LastTransaction As Boolean

属性值

Boolean

如果这是最后要关闭的事务,则为 true;否则,为 falsetrue, if this is the last transaction to close; otherwise, false.

适用于