次の方法で共有


DataTruncation.Read Property

Definition

Indicates whether or not the value was truncated on a read.

public virtual bool Read { [Android.Runtime.Register("getRead", "()Z", "GetGetReadHandler")] get; }
[<get: Android.Runtime.Register("getRead", "()Z", "GetGetReadHandler")>]
member this.Read : bool

Property Value

true if the value was truncated when read from the database; false if the data was truncated on a write

Attributes

Remarks

Indicates whether or not the value was truncated on a read.

Java documentation for java.sql.DataTruncation.getRead().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to