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



Instructs to show primary key fields first regardless of the sorting type.
Syntax
'Declaration
 
Public Property KeyFieldsFirst As System.Boolean
'Usage
 
Dim instance As DataSourceOptions
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

DataSourceOptions Class
DataSourceOptions Members
SortType Property

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback