[]
        
(Showing Draft Content)

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

DbName Constructor

DbName(string, string)

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

Declaration
public DbName(string name, string schema)
Parameters
Type Name Description
string name

A string value indicating the name of the database object.

string schema

A string value indicating the schema of the database object.

Exceptions
Type Condition
ArgumentNullException

Thrown if name is null or empty.