xSQL Schema Compare SDK for SQL Server version 12
EntityFilterConditionTypeEnum Enumeration


Defines the condition types for an entity filter.
Syntax
'Declaration
 
Public Enum EntityFilterConditionTypeEnum 
   Inherits System.Enum
public enum EntityFilterConditionTypeEnum : System.Enum 
__value public enum EntityFilterConditionTypeEnum : public System.Enum 
Members
MemberDescription
Containing Indicates that the object name or schema should contain a specified string.
DifferentFrom Indicates that the object name or schema should be different from a specified string.
EndingWith Indicates that the object name or schema should end with a specified string.
EqualsTo Indicates that the object name or schema should be equal to a specified string.
NotContaining Indicates that the object name or schema should not contain a specified string.
NotEndingWith Indicates that the object name or schema should not end with a specified string.
NotStartingWith Indicates that the object name or schema should not start with a specified string.
RegExMatching Indicates that the object name or schema should match a regular expression.
RegExNotMatching Indicates that the object name or schema should not match a regular expression.
StartingWith Indicates that the object name or schema should start with a specified string.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         xSQL.Schema.SqlServer.Filter.EntityFilterConditionTypeEnum

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

xSQL.Schema.SqlServer.Filter Namespace

 

 


©Copyright 2022 xSQL Software. All Rights Reserved.

Send Feedback