xSQL Schema Compare SDK for SQL Server version 12
SchemaFilterCriteria Constructor(String,SchemaFilterTypeEnum,Boolean)


The filter conditions.
The filter type.
Indicates whether the objects that meet the conditions should be included; if false, objects that meet the conditions are excluded.
Initializes a new instance of the SchemaFilterCriteria class with the specified settings.
Syntax
'Declaration
 
Public Function New( _
   ByVal filter As System.String, _
   ByVal filterType As SchemaFilterTypeEnum, _
   ByVal includeMatches As System.Boolean _
)
public SchemaFilterCriteria( 
   System.string filter,
   SchemaFilterTypeEnum filterType,
   System.bool includeMatches
)
public: SchemaFilterCriteria( 
   System.string* filter,
   SchemaFilterTypeEnum filterType,
   System.bool includeMatches
)

Parameters

filter
The filter conditions.
filterType
The filter type.
includeMatches
Indicates whether the objects that meet the conditions should be included; if false, objects that meet the conditions are excluded.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionThe filter parameter is null.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SchemaFilterCriteria Class
SchemaFilterCriteria Members
Overload List

 

 


©Copyright 2022 xSQL Software. All Rights Reserved.

Send Feedback