IRow.IsAnyFieldAssigned property
namespace: Serenity.Data assembly: Serenity.Net.Entity
Gets a value indicating whether this row instance has any field assigned.
public bool IsAnyFieldAssigned { get; }
Property Value
true if this instance has any field assigned; otherwise, false.
See Also
- interface IRow