xSQL Schema Compare SDK for SQL Server version 12
EntityFilterCondition Class
Members 


Represents a filter condition.
Object Model
EntityFilterCondition Class
Syntax
'Declaration
 
Public MustInherit Class EntityFilterCondition 
   Implements IEntityFilterEvaluator 
public abstract class EntityFilterCondition : IEntityFilterEvaluator  
public __gc abstract class EntityFilterCondition : public IEntityFilterEvaluator  
Remarks
The filter condition is a single criteria that is evaluated against the name or the schema of an object. If the object matches the filter condition, the object is excluded from the comparison.

This EntityFilterCondition is an abstract class and cannot be instantiated. To create a condition, use either the EntityNameFilterCondition class for the condition that applies to the name of an object, or the EntitySchemaFilterCondition class for the condition that applies to the schema of an object.

Inheritance Hierarchy

System.Object
   xSQL.Schema.SqlServer.Filter.EntityFilterCondition
      xSQL.Schema.SqlServer.Filter.EntityNameFilterCondition
      xSQL.Schema.SqlServer.Filter.EntitySchemaFilterCondition

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

EntityFilterCondition Members
xSQL.Schema.SqlServer.Filter Namespace

 

 


©Copyright 2022 xSQL Software. All Rights Reserved.

Send Feedback