[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.QueryDesigner.Implementation.Data.SchemaModel.Table.GetHashCode

GetHashCode Method

GetHashCode()

Serves as a hash function for a Table, suitable for use in hashing algorithms and data structures like a hash table.

Declaration
public override int GetHashCode()
Returns
Type Description
int

A int value indicating the hash code for the current Table instance.

Overrides