Row<TFields>.IsAnyFieldAssigned property
namespace: Serenity.Data assembly: Serenity.Net.Entity
Gets a value indicating whether this instance is any field assigned.
public bool IsAnyFieldAssigned { get; }
Property Value
true if this instance is any field assigned; otherwise, false.
See Also
- class Row<TFields>