Hide

YetaWF.DataProvider.SQLGeneric Package Documentation

Display
Print

YetaWF.DataProvider.SQLGeneric.SQLGenericGen.IndexNameComparer Class

Used to compare two indexes.

Indexes are considered equal if their names match.

Namespace: YetaWF.DataProvider.SQLGeneric
Assembly: YetaWF.DataProvider.SQLGeneric

Inheritance

Syntax

public class IndexNameComparer : System.Collections.Generic.IEqualityComparer<Index>;

Constructors

PublicIndexNameComparerConstructor.

Methods

PublicEqualsReturns whether the index names are equal.
ProtectedInherited from System.ObjectFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
PublicGetHashCodeReturns a hash code for the specified object.
PublicInherited from System.ObjectGetTypeGets the Type of the current instance.
ProtectedInherited from System.ObjectMemberwiseCloneCreates a shallow copy of the current Object.
PublicStaticInherited from System.ObjectReferenceEqualsDetermines whether the specified Object instances are the same instance.
PublicInherited from System.ObjectToStringReturns a string that represents the current object.

See Also YetaWF.DataProvider.SQLGenericYetaWF.Core