FndDataColumn.GetHashCode Method |
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table
Namespace:
Ifs.Fnd.Data
Assembly:
Ifs.Fnd.Data (in Ifs.Fnd.Data.dll) Version: 4.52.10.0 (10.2.2.9999)
Syntaxpublic override int GetHashCode()
Return Value
Type:
Int32A hash code for the current FndDataColumn
See Also