IParameterMetaData.ParameterModeUnknown Field

Definition

The constant indicating that the mode of the parameter is unknown.

[Android.Runtime.Register("parameterModeUnknown")]
public const int ParameterModeUnknown = 0;
[<Android.Runtime.Register("parameterModeUnknown")>]
val mutable ParameterModeUnknown : int

Field Value

Value = 0
Attributes

Remarks

The constant indicating that the mode of the parameter is unknown.

Java documentation for java.sql.ParameterMetaData.parameterModeUnknown.

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