[]
        
(Showing Draft Content)

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

GetHashCode Method

GetHashCode()

Serves as a hash function for a DbName, 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 DbName instance.

Overrides