OracleTimeSpan.IsNull Właściwość
Definicja
Pobiera wartość wskazującą, czy Value Właściwość OracleTimeSpan struktury ma wartość null.Gets a value indicating whether the Value property of the OracleTimeSpan structure is null.
public:
property bool IsNull { bool get(); };
public bool IsNull { get; }
member this.IsNull : bool
Public ReadOnly Property IsNull As Boolean