Represents options of function execution subject to the input values.

Namespace:  PerpetuumSoft.DataModel.MsSql
Assembly:  PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0

Syntax

C#
public enum NullInputOption
Visual Basic (Declaration)
Public Enumeration NullInputOption
Visual C++
public enum class NullInputOption

Members

Member nameDescription
ReturnsNullOnNullInput
Returns null on null input.
CalledOnNullInput
Called on null input.

See Also