다음을 통해 공유


SQLiteRawStatement.ParameterCount Property

Definition

Return the number of parameters in the statement.

public int ParameterCount { [Android.Runtime.Register("getParameterCount", "()I", "", ApiSince=35)] get; }
[<get: Android.Runtime.Register("getParameterCount", "()I", "", ApiSince=35)>]
member this.ParameterCount : int

Property Value

The number of parameters in the statement.

Attributes

Remarks

Return the number of parameters in the statement.

Java documentation for android.database.sqlite.SQLiteRawStatement.getParameterCount().

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