通过


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属性。

适用于