Row<TFields>.IsAssigned method
namespace: Serenity.Data assembly: Serenity.Net.Entity
Determines whether the specified field is assigned.
public bool IsAssigned(Field field)
| parameter | description |
|---|---|
| field | The field. |
Return Value
true if the specified field is assigned; otherwise, false.
See Also
- class Field
- class Row<TFields>