Field.GetIsNull method

namespace: Serenity.Data   assemblySerenity.Net.Entity

Gets if the field value is null.

protected abstract bool GetIsNull(IRow row)
parameter description
row The row.

See Also