Active Query Builder 2 .NET Edition reference
IsUpdating Property (BaseSQLBuilder)



Indicates that the component is in update mode now.
Syntax
'Declaration
 
Public ReadOnly Property IsUpdating As System.Boolean
'Usage
 
Dim instance As BaseSQLBuilder
Dim value As System.Boolean
 
value = instance.IsUpdating
public System.bool IsUpdating {get;}
public: __property System.bool get_IsUpdating();
Remarks
See BeginUpdate and EndUpdate methods for details.
See Also

Reference

BaseSQLBuilder Class
BaseSQLBuilder Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback