EntityObjectExtensionsIfNullThen Method |
| Name | Description | |
|---|---|---|
| IfNullThenT(T, FuncT) |
Provides alternative to the ?? null-coalescing for domain objects.
If the checked object is null or ghost, returns the result of defaultValueFunc.
| |
| IfNullThenT(T, T) |
Provides alternative to the ?? null-coalescing for domain objects.
If the checked object is null or ghost, returns the defaultValue.
|