SqlMethodAttribute::OnNullCall Property
.NET Framework (current version)
Indicates whether the method on a user-defined type (UDT) is called when null input arguments are specified in the method invocation.
Assembly: System.Data (in System.Data.dll)
Property Value
Type: System::Booleantrue if the method is called when null input arguments are specified in the method invocation; false if the method returns a null value when any of its input parameters are null. If the method cannot be invoked (because of an attribute on the method), the SQL Server DbNull is returned.
The default value of the OnNullCall property is true.
.NET Framework
Available since 2.0
Available since 2.0
Show: