DBObjectIsReallyClosing Property
|
Property that indicates whether call to close
would completely close this object at this time. It is possible
only if this object is open in ForRead
mode with only one reader, and is not in a transaction.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public bool IsReallyClosing { get; }
Public ReadOnly Property IsReallyClosing As Boolean
Get
public:
property bool IsReallyClosing {
bool get ();
}
member IsReallyClosing : bool with get
Property Value
Boolean
See Also