Row<TFields>.IsAssigned method
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>