Specifies whether the parameter accepts null values.
Visual Basic
Public Property IsNullable As Boolean _
Implements IDataParameter.IsNullable
C#
public bool IsNullable {get;set;}
True if null values are accepted, false otherwise. The default is false. Null values are handled using the DBNull class.
In UltraLite.NET, parameters can only be used as IN parameters and all mapping information is ignored. Only the ULParameter.Value is important.