Propriedade IsNullable
Obtém ou define um valor que indica se os valores nulos são permitidos nessa coluna.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (em Microsoft.Synchronization.Data.dll)
Sintaxe
'Declaração
Public Property IsNullable As Boolean
Get
Set
'Uso
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)
Valor da propriedade
Tipo: System. . :: . .Boolean
true se os valores nulos forem permitidos; caso contrário, false.
Consulte também
Referência
DbSyncColumnDescription Classe