DesignerTransactionCloseEventArgs.LastTransaction 属性

定义

获取一个值,该值指示这是要关闭的最后一个事务。

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

属性值

true如果这是要关闭的最后一个事务,则为否则,为 false.

适用于