Share via


ModelRelationshipClass.IsOrderedComparison Property

Gets a value that indicates whether the order is significant when related elements are compared.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public ReadOnly Property IsOrderedComparison As Boolean
public bool IsOrderedComparison { get; }
public:
property bool IsOrderedComparison {
    bool get ();
}
member IsOrderedComparison : bool
function get IsOrderedComparison () : boolean

Property Value

Type: System.Boolean
true if the order is significant; otherwise, false.

.NET Framework Security

See Also

Reference

ModelRelationshipClass Class

Microsoft.Data.Schema.SchemaModel Namespace