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

Boolean

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

Attributes

Remarks

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