Active Query Builder 2 .NET Edition reference
UseLongDescription Property



Instructs to show Short or Long Description from the Metadata Container for a field.
Syntax
'Declaration
 
Public Property UseLongDescription As System.Boolean
'Usage
 
Dim instance As FieldListDescriptionColumnOptions
Dim value As System.Boolean
 
instance.UseLongDescription = value
 
value = instance.UseLongDescription
public System.bool UseLongDescription {get; set;}
public: __property System.bool get_UseLongDescription();
public: __property void set_UseLongDescription( 
   System.bool value
);

Property Value

true means getting this column value from the LongDescription, false - from the ShortDescription.
See Also

Reference

FieldListDescriptionColumnOptions Class
FieldListDescriptionColumnOptions Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback