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



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

Reference

FieldListBaseColumnOptions Class
FieldListBaseColumnOptions Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback