namespace: Serenity.Data.Schema assembly: Serenity.Net.Data
Table schema/name and view information
public class TableName
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. |
- Source: TableName.cs