PropertyComparerProvider Class

Definition

The provider supplies sorting

public abstract class PropertyComparerProvider : Microsoft.SqlServer.Management.Sdk.Differencing.SPI.Provider
type PropertyComparerProvider = class
    interface Provider
Public MustInherit Class PropertyComparerProvider
Implements Provider
Inheritance
PropertyComparerProvider
Implements

Constructors

PropertyComparerProvider()

Methods

AreGraphsSupported(ISfcSimpleNode, ISfcSimpleNode)

Indicates if this provider supports the specified graphs. If it is, returns true, false otherwise.

If true is returned, the following calls to GetSortedList() and GetComparer() method must return a valid non-null object.

The method is called only one on the top most node of each graph.

Compare(ISfcSimpleNode, ISfcSimpleNode, String)

Compare the specified properties

Applies to