Represents options of function execution subject to the input values.
Namespace:
PerpetuumSoft.DataModel.MsSqlAssembly: 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 name | Description | |
---|---|---|
ReturnsNullOnNullInput | Returns null on null input. | |
CalledOnNullInput | Called on null input. |