DesignerTransactionCloseEventArgs.LastTransaction 属性

定义

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

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

属性值

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

适用于