DomainObjects Class Library

ReplaceNull Constructor 

Initializes a new instance of the ReplaceNull class.

public ReplaceNull(
   Field checkField,
   Object replacementValue
);

Parameters

checkField
The field to check for a null value.
replacementValue
The replacement value.

See Also

ReplaceNull Class | DomainObjects.Facade.Command.Function Namespace