SqlChars.IsNull Proprietà

Definizione

Ottiene un valore booleano che indica se l'oggetto SqlChars è Null.

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

Valore della proprietà

true se è SqlChars null. In caso contrario, false.

Implementazioni

Commenti

Il valore predefinito è false. Per altre informazioni, vedere Gestione dei valori Null.

Si applica a

Vedi anche