[]
Represents the name and schema of a database object. This class can be used to create a new DbName for using in Table.
public sealed class DbName
A DbName class represents the name and schema of the Table column to be displayed in the user interface of the QueryDesignerDialog.
Name | Description |
---|---|
DbName(string, string) | Initializes a new instance of the DbName class with the specified name and schema. |
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. |
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. |