Share via


DbSyncColumnDescription.IsNullableSpecified Property

Gets or sets whether a value is specified for the IsNullable property.

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

Syntax

'Declaration
Public ReadOnly Property IsNullableSpecified As Boolean
    Get
'Usage
Dim instance As DbSyncColumnDescription
Dim value As Boolean

value = instance.IsNullableSpecified
public bool IsNullableSpecified { get; }
public:
property bool IsNullableSpecified {
    bool get ();
}
member IsNullableSpecified : bool
function get IsNullableSpecified () : boolean

Property Value

Type: System.Boolean
true if a value is specified for IsNullable; otherwise false.

Remarks

This property is used when Sync Framework serializes column information to XML. If the value of this property is false, the value of IsNullable is undefined and should be ignored. In that case, the value of IsNullable will not be serialized.

See Also

Reference

DbSyncColumnDescription Class

Microsoft.Synchronization.Data Namespace