Active Query Builder 2 .NET Edition reference
JunctionPostfix Property (CriteriaBuilder)



Gets or sets the string displayed after each junction item.
Syntax
'Declaration
 
Public Property JunctionPostfix As System.String
'Usage
 
Dim instance As CriteriaBuilder
Dim value As System.String
 
instance.JunctionPostfix = value
 
value = instance.JunctionPostfix
public System.string JunctionPostfix {get; set;}
public: __property System.string* get_JunctionPostfix();
public: __property void set_JunctionPostfix( 
   System.string* value
);
Remarks
Can be used to approximate the form of conditions to the spoken language. Might be set to "of the following apply" or "of the following succeed".
See Also

Reference

CriteriaBuilder Class
CriteriaBuilder Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback