IIsActiveRow.IsActiveField property

namespace: Serenity.Data   assemblySerenity.Net.Entity

Gets the is active field. 1 means active, 0 means inactive, if the row also has IIsActiveDeletedRow interface, then -1 means deleted.

public Int16Field IsActiveField { get; }

Property Value

The is active field.

See Also