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


The database entity to validate.
Indicates whether the specified database entity passes the filter conditions.
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 database entity to validate.

Return Value

true if the database entity passes the filter conditions.
Remarks
If the property IncludeMatches is true, an entity is included in the comparison when it matches the filter conditions; otherwise it is excluded.
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

SchemaFilterCriteria Class
SchemaFilterCriteria Members

 

 


©Copyright 2022 xSQL Software. All Rights Reserved.

Send Feedback