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



Gets or sets the string displayed before the root junction item.
Syntax
'Declaration
 
Public Property RootJunctionPrefix As System.String
'Usage
 
Dim instance As CriteriaBuilder
Dim value As System.String
 
instance.RootJunctionPrefix = value
 
value = instance.RootJunctionPrefix
public System.string RootJunctionPrefix {get; set;}
public: __property System.string* get_RootJunctionPrefix();
public: __property void set_RootJunctionPrefix( 
   System.string* value
);
Remarks
This string can explain the meaning of each row in the recordset. For example "Select books where" or "Find products where"
See Also

Reference

CriteriaBuilder Class
CriteriaBuilder Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback