xSQL Schema Compare SDK for SQL Server version 12
EntityFilterGroup Constructor(EntityFilterOperatorEnum,Boolean,EntityFilter)


The condition operator.
A parameter that indicates whether the objects that meet the criteria should be included.
The parent filter to which the block belongs.
Initializes a new instance of the EntityFilterGroup class with the specified operator, include indicator and parent filter.
Syntax
'Declaration
 
Public Function New( _
   ByVal conditionOperator As EntityFilterOperatorEnum, _
   ByVal includeMatches As System.Boolean, _
   ByVal filter As EntityFilter _
)
public EntityFilterGroup( 
   EntityFilterOperatorEnum conditionOperator,
   System.bool includeMatches,
   EntityFilter filter
)
public: EntityFilterGroup( 
   EntityFilterOperatorEnum conditionOperator,
   System.bool includeMatches,
   EntityFilter* filter
)

Parameters

conditionOperator
The condition operator.
includeMatches
A parameter that indicates whether the objects that meet the criteria should be included.
filter
The parent filter to which the block belongs.
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

EntityFilterGroup Class
EntityFilterGroup Members
Overload List

 

 


©Copyright 2022 xSQL Software. All Rights Reserved.

Send Feedback