TableName.IsView property

namespace: Serenity.Data.Schema   assemblySerenity.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