SqlChars.IsNull Propiedad

Definición

Obtiene un valor booleano que indica si es SqlChars null.

public:
 property bool IsNull { bool get(); };
public bool IsNull { get; }
member this.IsNull : bool
Public ReadOnly Property IsNull As Boolean

Valor de propiedad

true si es SqlChars null. En caso contrario, es false.

Implementaciones

Comentarios

El valor por defecto es false. Para obtener más información, vea Control de valores NULL.

Se aplica a

Consulte también