Active Query Builder 2 .NET Edition reference
KeyFieldsFirst Property (FieldListOptions)



Instructs to show primary key fields first in the list regardless of the sort order.
Syntax
'Declaration
 
Public Property KeyFieldsFirst As System.Boolean
'Usage
 
Dim instance As FieldListOptions
Dim value As System.Boolean
 
instance.KeyFieldsFirst = value
 
value = instance.KeyFieldsFirst
public System.bool KeyFieldsFirst {get; set;}
public: __property System.bool get_KeyFieldsFirst();
public: __property void set_KeyFieldsFirst( 
   System.bool value
);
See Also

Reference

FieldListOptions Class
FieldListOptions Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback