Active Query Builder 2 .NET Edition reference
MetadataFilterItem Class
Members 



Defines single metadata filtration rule.
Syntax
'Declaration
 
Public Class MetadataFilterItem 
   Inherits AggregatedBatchUpdatableBase
'Usage
 
Dim instance As MetadataFilterItem
public class MetadataFilterItem : AggregatedBatchUpdatableBase 
public __gc class MetadataFilterItem : public AggregatedBatchUpdatableBase 
Remarks

Metadata filter item is a set of masks and flags that determines single filtration rule. Each rule can instruct to include or exclude metadata items that match the masks. Use the Exclude property to specify if this rule defines objects for exclusion or inclusion.

Masks act similar to the "LIKE" SQL operator. Use the percent sign (%) to represent any sequence of characters; use the underscore sign (_) to represent any single character. If you want to define a set of masks for specific property (schema or object name), you have to add multiple filter items.

Inheritance Hierarchy

System.Object
         ActiveDatabaseSoftware.ActiveQueryBuilder.MetadataFilterItem

See Also

Reference

MetadataFilterItem Members
ActiveDatabaseSoftware.ActiveQueryBuilder Namespace

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback