Platform Core .NET Assemblies API
CreateIsNullFunction Method
See Also  Send Feedback
Terrasoft.Core.Entities Namespace > EntitySchemaQuery Class : CreateIsNullFunction Method
checkColumnPath
Path to column that contains the value to check.
replacementColumnPath
Path to column that contains the value returned by the function if the value to check is equal to null.

Glossary Item Box

Gets the instance of the EntitySchemaIsNullQueryFunction function for columns with values to check and substitute in paths specified in relation to the root schema.

Syntax

 
C#
 
 

Parameters

checkColumnPath
Path to column that contains the value to check.
replacementColumnPath
Path to column that contains the value returned by the function if the value to check is equal to null.

Return Value

The instance of the created EntitySchemaIsNullQueryFunction function.

Exceptions

ExceptionDescription
Terrasoft.Common.ArgumentNullOrEmptyExceptionIf the empty value or null value is passed as either the checkColumnPath or the replacementColumnPath parameter.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© Terrasoft 2002-2018.