xSQL Schema Compare SDK for SQL Server version 12
Match Method (EntityFilterCondition)


The entity, the name or schema of which should evaluate against the condition criteria.
Checks whether the specified entity matches the condition criteria.
Syntax
'Declaration
 
Public Function Match( _
   ByVal entity As SqlScriptableEntity _
) As System.Boolean
public System.bool Match( 
   SqlScriptableEntity entity
)
public: System.bool Match( 
   SqlScriptableEntity* entity
) 

Parameters

entity
The entity, the name or schema of which should evaluate against the condition criteria.

Return Value

true if the name or schema matches the condition criteria.
Remarks
Schema comparison methods exclude an object when the Match(object) = true.
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 Class
EntityFilterCondition Members

 

 


©Copyright 2022 xSQL Software. All Rights Reserved.

Send Feedback