SQLException.SQLState Propiedad

Definición

Recupera sqlState para este SQLException objeto.

public virtual string? SQLState { [Android.Runtime.Register("getSQLState", "()Ljava/lang/String;", "GetGetSQLStateHandler")] get; }
[<get: Android.Runtime.Register("getSQLState", "()Ljava/lang/String;", "GetGetSQLStateHandler")>]
member this.SQLState : string

Valor de propiedad

el valor de SQLState

Atributos

Comentarios

Recupera sqlState para este SQLException objeto.

Documentación de Java para java.sql.SQLException.getSQLState().

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