Method IsNullOrMissing
IsNullOrMissing<TField>(TField)
Tests whether a field is null or missing.
Parameters
field
TFieldThe field.
Returns
- bool
true
if the field is null or missing.
Type Parameters
TField
The type of the field.
Tests whether a field is null or missing.
field
TFieldThe field.
true
if the field is null or missing.
TField
The type of the field.