TableName class

namespace: Serenity.Data.Schema   assemblySerenity.Net.Data

Table schema/name and view information

public class TableName

Public Members

name description
TableName() The default constructor.
IsView { get; set; } Gets or sets a value indicating whether this instance is view.
Schema { get; set; } Gets or sets the schema.
Table { get; set; } Gets or sets the table.
Tablename- { get; } Gets the table name containing schema name dot table.

See Also