Gets or sets execution options for a function subject to the input values.
Namespace:
PerpetuumSoft.DataModel.MsSqlAssembly: PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public NullInputOption NullInputOption { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property NullInputOption As NullInputOption |
| Visual C++ |
|---|
public: property NullInputOption NullInputOption { NullInputOption get (); void set (NullInputOption value); } |