Linguaggio

ParameterMetaData.ParameterNullable Campo

Definizione

Attenzione

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

Costante che indica che un parametro consentirà NULL valori.

[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

Valore del campo

Value = 1
Attributi

Commenti

Costante che indica che un parametro consentirà NULL valori.

per java.sql.ParameterMetaData.parameterNullable.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a