SqlFacetAttribute.IsNullable Propiedad

Definición

Indica si el tipo de valor devuelto del tipo definido por el usuario puede ser null.

public:
 property bool IsNullable { bool get(); void set(bool value); };
public bool IsNullable { get; set; }
member this.IsNullable : bool with get, set
Public Property IsNullable As Boolean

Valor de propiedad

true si el tipo de valor devuelto del tipo definido por el usuario puede ser null; de lo contrario, false.

Comentarios

El valor predeterminado es true.

Se aplica a