Models the name of a table or view.
Default constructor
public Void TableName()Initializes a new instance of TableName from table.
public Void TableName(table)| Name | Type | Summary |
|---|---|---|
| table | Table | A Table. |
| Type | Summary |
|---|---|
| ArgumentNullException | Thrown when table is null. |
Name of the table or view.
public String Name { get; set; }Schema of the table or view.
public String Schema { get; set; }Returns a textual representation of this TableName.
public String ToString()In this document