DataTruncation.Index Property

Definition

Retrieves the index of the column or parameter that was truncated.

public virtual int Index { [Android.Runtime.Register("getIndex", "()I", "GetGetIndexHandler")] get; }
[<get: Android.Runtime.Register("getIndex", "()I", "GetGetIndexHandler")>]
member this.Index : int

Property Value

Int32

the index of the truncated paramter or column value

Attributes

Remarks

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

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