OracleString.IsNull Propiedad

Definición

Indica si la propiedad 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

Es true si Value es Null; en caso contrario, es false.

Implementaciones

Se aplica a