xSQL Schema Compare SDK for SQL Server version 12
Pairable Method


The left entity.
The right entity.
Determines whether the specified entities can be paired together.
Syntax
'Declaration
 
Function Pairable( _
   ByVal leftEntity As SqlEntity, _
   ByVal rightEntity As SqlEntity _
) As System.Boolean
System.bool Pairable( 
   SqlEntity leftEntity,
   SqlEntity rightEntity
)
System.bool Pairable( 
   SqlEntity* leftEntity,
   SqlEntity* rightEntity
) 

Parameters

leftEntity
The left entity.
rightEntity
The right entity.

Return Value

true is the entities can be paired.
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

IEntityMapping Interface
IEntityMapping Members

 

 


©Copyright 2022 xSQL Software. All Rights Reserved.

Send Feedback