SqlChars.IsNull Proprietà

Definizione

Ottiene un valore Boolean che indica se questo 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 il valore dell'oggetto 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