Skip to content

IIsActiveRow.IsActiveField property

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

public Int16Field IsActiveField { get; }

Property Value

The is active field.

See Also