Mimer SQL Data Provider
IsNullable Property




Mimer.Data.Client Namespace > MimerParameter Class : IsNullable Property
Gets or sets a value indicating whether the parameter accepts null values.
Syntax
'Declaration
 
Public Overrides NotOverridable Property IsNullable As Boolean
public override bool IsNullable {get; set;}
public read-write property IsNullable: Boolean; override; 
public override function get,set IsNullable : boolean
public: __property bool get_IsNullable() override;
public: __property void set_IsNullable( 
   bool value
) override;

Property Value

true if null values are accepted; otherwise, false. The default is false.
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerParameter Class
MimerParameter Members