Active Query Builder 2 .NET Edition reference
Exclude Property



Determines if this rule acts to exclude matching metadata items or include them.
Syntax
'Declaration
 
Public Property Exclude As System.Boolean
'Usage
 
Dim instance As MetadataFilterItem
Dim value As System.Boolean
 
instance.Exclude = value
 
value = instance.Exclude
public System.bool Exclude {get; set;}
public: __property System.bool get_Exclude();
public: __property void set_Exclude( 
   System.bool value
);

Property Value

True instructs to make this rule exclusive; false to make this rule inclusive.
Remarks
If metadata filter has no inclusion items, the exculsion items will be applied to the whole database schema. If metadata filter has some inclusion items, they will constitute a subset of database schema, to which the exclusion items will be applied.
See Also

Reference

MetadataFilterItem Class
MetadataFilterItem Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback