GenericValueField<TValue>.GetIsNull method
namespace: Serenity.Data assembly: Serenity.Net.Entity
Gets if the field value is null.
protected override bool GetIsNull(IRow row)
| parameter | description |
|---|---|
| row | The row. |
See Also
- interface IRow
- class GenericValueField<TValue>