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
<XmlAttributeAttribute("null")> _
Public Property IsNullable As Boolean
'Usage
Dim instance As DbSyncColumnDescription
Dim value As Boolean

value = instance.IsNullable

instance.IsNullable = value
[XmlAttributeAttribute("null")] 
public bool IsNullable { get; set; }
[XmlAttributeAttribute(L"null")] 
public:
property bool IsNullable {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_IsNullable ()

/** @property */
public void set_IsNullable (boolean value)
public function get IsNullable () : boolean

public function set IsNullable (value : boolean)

Property Value

true if null values are allowed; otherwise, false.

See Also

Reference

DbSyncColumnDescription Class
DbSyncColumnDescription Members
Microsoft.Synchronization.Data Namespace