Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 AllowNull As Boolean
Get
Set
'Usage
Dim instance As SyncSchemaColumn
Dim value As Boolean
value = instance.AllowNull
instance.AllowNull = value
public bool AllowNull { get; set; }
public:
property bool AllowNull {
bool get ();
void set (bool value);
}
member AllowNull : bool with get, set
function get AllowNull () : boolean
function set AllowNull (value : boolean)
Property Value
Type: System.Boolean
true if null values are allowed; otherwise, false.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | value is a null reference (Nothing in Visual Basic). |