[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Data.SchemaModel.DbName

DbName Class

Defines the name of table.

Inheritance
DbName
Namespace: GrapeCity.ActiveReports.Extensibility.Data.SchemaModel
Assembly: MESCIUS.ActiveReports.dll
Syntax
public sealed class DbName

Constructors

Name Description
DbName(string, string)

Initializes a new instance of the DbName class.

Properties

Name Description
Name

The name of table.

Schema

The schema name.

Methods

Name Description
Equals(object)

Determines whether the specified object is equal to this instance.

GetHashCode()

Returns a hash code for this instance.

ToString()

Returns a string that represents this instance.

Extension Methods