Active Query Builder 2 .NET Edition reference
Schemas Property (MetadataSimpleFilter)



Holds the list of masks for database schema names.
Syntax
'Declaration
 
Public Property Schemas As StringList
'Usage
 
Dim instance As MetadataSimpleFilter
Dim value As StringList
 
instance.Schemas = value
 
value = instance.Schemas
public StringList Schemas {get; set;}
public: __property StringList* get_Schemas();
public: __property void set_Schemas( 
   StringList* value
);
Remarks
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.
See Also

Reference

MetadataSimpleFilter Class
MetadataSimpleFilter Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback