Share via


DbSyncColumnDescription.IsNullable Property

Gets or sets a value that indicates whether null values are allowed in this column.

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

Syntax

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

value = instance.IsNullable

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

Property Value

Type: System.Boolean
true if null values are allowed; otherwise, false.

See Also

Reference

DbSyncColumnDescription Class

Microsoft.Synchronization.Data Namespace