TableName.IsView property
namespace: Serenity.Data.Schema assembly: Serenity.Net.Data
Gets or sets a value indicating whether this instance is view.
public bool IsView { get; set; }
Property Value
true if this instance is view; otherwise, false.
See Also
- class TableName