EntityFieldCoreCompareTo Method |
Compares the given entityfield instance with this instance using a value compare with case sensitive comparer logic.
this is done by comparing the name, the source schema, object and column name. If there is any mismatch, the
comparisson is stopped and the result of the mismatching compare is returned.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntax public virtual int CompareTo(
Object fieldToCompare
)
Public Overridable Function CompareTo (
fieldToCompare As Object
) As Integer
Parameters
- fieldToCompare
- Type: SystemObject
The EntityField to compare with the current value.
Return Value
Type:
Int32A 32-bit signed integer that indicates the relative order of the comparands. See
CompareTo(Object).
Implements
IComparableCompareTo(Object)See Also