xSQL Schema Compare SDK for SQL Server version 12
EntitySchemaFilterCondition Constructor


The condition.
The condition type.
The group to which the condition belongs.
Initializes a new instance of the EntitySchemaFilterCondition class with the specified condition definition and condition type.
Syntax
'Declaration
 
Public Function New( _
   ByVal condition As System.String, _
   ByVal conditionType As EntityFilterConditionTypeEnum, _
   ByVal group As EntityFilterGroup _
)
public EntitySchemaFilterCondition( 
   System.string condition,
   EntityFilterConditionTypeEnum conditionType,
   EntityFilterGroup group
)
public: EntitySchemaFilterCondition( 
   System.string* condition,
   EntityFilterConditionTypeEnum conditionType,
   EntityFilterGroup* group
)

Parameters

condition
The condition.
conditionType
The condition type.
group
The group to which the condition belongs.
Exceptions
ExceptionDescription
System.ArgumentNullException

The condition 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

EntitySchemaFilterCondition Class
EntitySchemaFilterCondition Members

 

 


©Copyright 2022 xSQL Software. All Rights Reserved.

Send Feedback