[]
Initializes a new instance of the DbName class with the specified name and schema.
public DbName(string name, string schema)
| 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. |
| Type | Condition |
|---|---|
| ArgumentNullException | Thrown if |