Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 411 Bytes

File metadata and controls

16 lines (10 loc) · 411 Bytes

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