Active Query Builder 2 .NET Edition reference
Prefix Property (FieldListBaseColumnOptions)



Adds prefix to the column text. Allows to add opening bracket or parenthesis.
Syntax
'Declaration
 
Public Property Prefix As System.String
'Usage
 
Dim instance As FieldListBaseColumnOptions
Dim value As System.String
 
instance.Prefix = value
 
value = instance.Prefix
public System.string Prefix {get; set;}
public: __property System.string* get_Prefix();
public: __property void set_Prefix( 
   System.string* value
);
See Also

Reference

FieldListBaseColumnOptions Class
FieldListBaseColumnOptions Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback