Hide

YetaWF.DataProvider.SQLGeneric Package Documentation

Display
Print

YetaWF.DataProvider.SQLGeneric.SQLGenericGen.ForeignKeyComparer Class

Used to compare two foreign keys.

Foreign keys are considered equal if their names match.

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

Inheritance

Syntax

public class ForeignKeyComparer : System.Collections.Generic.IEqualityComparer<ForeignKey>;

Constructors

PublicForeignKeyComparerConstructor.

Methods

PublicEqualsReturns whether the foreign key 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