ParameterMetaData.ParameterModeInOut Field

Definition

Caution

Use 'Java.Sql.IParameterMetaData.ParameterModeInOut'. This class will be removed in a future release.

The constant indicating that the parameter's mode is INOUT.

[Android.Runtime.Register("parameterModeInOut")]
[System.Obsolete("Use 'Java.Sql.IParameterMetaData.ParameterModeInOut'. This class will be removed in a future release.")]
public const int ParameterModeInOut = 2;
[<Android.Runtime.Register("parameterModeInOut")>]
[<System.Obsolete("Use 'Java.Sql.IParameterMetaData.ParameterModeInOut'. This class will be removed in a future release.")>]
val mutable ParameterModeInOut : int

Field Value

Value = 2
Attributes

Remarks

The constant indicating that the parameter's mode is INOUT.

Java documentation for java.sql.ParameterMetaData.parameterModeInOut.

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