OracleString.IsNull Propiedad

Definición

Indica si el Value de OracleString es 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 Value es Null, de lo contrario false, es .

Implementaciones

Se aplica a