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



Indicates that the component is in update mode now.
Syntax
'Declaration
 
Public ReadOnly Property IsUpdating As System.Boolean
'Usage
 
Dim instance As QueryTransformer
Dim value As System.Boolean
 
value = instance.IsUpdating
public System.bool IsUpdating {get;}
public: __property System.bool get_IsUpdating();
Remarks
The update mode is initialzed via the BeginUpdate Method and finalized via the EndUpdate Metod.
See Also

Reference

QueryTransformer Class
QueryTransformer Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback