Méthode | Description | |
---|---|---|
AutoCommit ( this context ) : bool | ||
AutoCommit ( this context, bool value ) : void | ||
CurrentSchema ( this context ) : string | ||
CurrentSchema ( this context, string value ) : void | ||
IgnoreIdentifiersCase ( this context ) : bool | ||
IgnoreIdentifiersCase ( this context, bool value ) : void | ||
ParameterStyle ( this context ) : QueryParameterStyle | ||
ParameterStyle ( this context, QueryParameterStyle value ) : void |
public static AutoCommit ( this context ) : bool | ||
context | this | |
Résultat | bool |
public static AutoCommit ( this context, bool value ) : void | ||
context | this | |
value | bool | |
Résultat | void |
public static CurrentSchema ( this context ) : string | ||
context | this | |
Résultat | string |
public static CurrentSchema ( this context, string value ) : void | ||
context | this | |
value | string | |
Résultat | void |
public static IgnoreIdentifiersCase ( this context ) : bool | ||
context | this | |
Résultat | bool |
public static IgnoreIdentifiersCase ( this context, bool value ) : void | ||
context | this | |
value | bool | |
Résultat | void |
public static ParameterStyle ( this context ) : QueryParameterStyle | ||
context | this | |
Résultat | QueryParameterStyle |
public static ParameterStyle ( this context, QueryParameterStyle value ) : void | ||
context | this | |
value | QueryParameterStyle | |
Résultat | void |