[]
        
(Showing Draft Content)

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

DbName Class

Represents the name and schema of a database object. This class can be used to create a new DbName for using in Table.

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

A DbName class represents the name and schema of the Table column to be displayed in the user interface of the QueryDesignerDialog.

Constructors

Name Description
DbName(string, string)

Initializes a new instance of the DbName class with the specified name and schema.

Properties

Name Description
Name

Gets the name of the database object, such as a table or view.

Schema

Gets the schema name of the database object.

Methods

Name Description
Equals(object)

Determines whether the specified object is equal to the current DbName instance.

GetHashCode()

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

ToString()

Returns this instance of DbName converted to a string.