xSQL.SchemaCompare.SqlServer Namespace : PairBase Class |
The following tables list the members exposed by PairBase.
Name | Description | |
---|---|---|
![]() | PairBase Constructor | Initializes a new instance of the PairBase class with the specified parent pair. |
Name | Description | |
---|---|---|
![]() | ComparisonStatus | Gets the comparison status of the pair members. |
![]() | Id | Gets a unique internal id that identifies the pair of object. |
![]() | Included | Gets or sets the value that indicates whether the pair should be included in the synchronization script. |
![]() | LeftSupported | Indicates whether the schema action required to make the left pair the same as the right pair is supported in the left database. |
![]() | ParentPair | Gets the parent of this pair. |
![]() | RightSupported | Indicates whether the schema action required to make the right pair the same as the left pair is supported in the right database. |
Name | Description | |
---|---|---|
![]() | ContainsMember | Overloaded. Indicates whether the pair contains a member with the specified name and type. |
![]() | GetLeftTargetedScript | Overloaded. Returns the script generated for the left member of the pair. This is the script intended for the left database that makes the left member the same as the right member. |
![]() | GetRightTargetedScript | Overloaded. Returns the script generated for the right member of the pair. This is the script intended for the right database that makes the right member the same as the left member. |
![]() | PropageInclusion | Propagates the inclusion flag to the descendants of the pair. |