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



Instructs the component to show/hide the asterisk item (*) as a first item in the field list.
Syntax
'Declaration
 
Public Property HideAsteriskItem As System.Boolean
'Usage
 
Dim instance As DataSourceOptions
Dim value As System.Boolean
 
instance.HideAsteriskItem = value
 
value = instance.HideAsteriskItem
public System.bool HideAsteriskItem {get; set;}
public: __property System.bool get_HideAsteriskItem();
public: __property void set_HideAsteriskItem( 
   System.bool value
);
See Also

Reference

DataSourceOptions Class
DataSourceOptions Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback