共用方式為


OracleBinary.Length 屬性

定義

取得屬性的長度(位元組 Value )。 這個屬性是唯讀的。

public:
 property int Length { int get(); };
public int Length { get; }
member this.Length : int
Public ReadOnly Property Length As Integer

屬性值

屬性中 Value 二進位資料的長度。

備註

為了避免出現問題OracleNullValueException,請務必在閱讀Length房產前先確認該IsNull物業。

適用於