Column.IsNullable Property

Gets or sets whether the specified object allows null values.

Namespace:  Microsoft.SqlServerCe.Management.Scripting.Schema
Assembly:  Microsoft.SqlServerCe.Management.Scripting (in Microsoft.SqlServerCe.Management.Scripting.dll)

Syntax

'Declaration
Public Property IsNullable As Boolean
    Get
    Friend Set
'Usage
Dim instance As Column
Dim value As Boolean

value = instance.IsNullable
public bool IsNullable { get; internal set; }
public:
property bool IsNullable {
    bool get ();
    internal: void set (bool value);
}
member IsNullable : bool with get, internal set
function get IsNullable () : boolean
internal function set IsNullable (value : boolean)

Property Value

Type: System.Boolean
true if the object allows null values; otherwise, false.

See Also

Reference

Column Class

Microsoft.SqlServerCe.Management.Scripting.Schema Namespace