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