xSQL Schema Compare SDK for SQL Server version 12
EntityNameFilterCondition Constructor


The condition.
The condition type.
The filter group to which the condition belongs.
Initializes a new instance of the EntityNameFilterCondition 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 EntityNameFilterCondition( 
   System.string condition,
   EntityFilterConditionTypeEnum conditionType,
   EntityFilterGroup group
)
public: EntityNameFilterCondition( 
   System.string* condition,
   EntityFilterConditionTypeEnum conditionType,
   EntityFilterGroup* group
)

Parameters

condition
The condition.
conditionType
The condition type.
group
The filter 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

EntityNameFilterCondition Class
EntityNameFilterCondition Members

 

 


©Copyright 2022 xSQL Software. All Rights Reserved.

Send Feedback