Lenguaje

ParameterMetaData.ParameterNullable Campo

Definición

Precaución

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

Constante que indica que un parámetro permitirá NULL valores.

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

Valor de campo

Value = 1
Atributos

Comentarios

Constante que indica que un parámetro permitirá NULL valores.

Documentación de Java para java.sql.ParameterMetaData.parameterNullable.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a