C# Class Deveel.Data.QueryContextExtensions

Afficher le fichier Open project: deveel/deveeldb

Méthodes publiques

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

Method Details

AutoCommit() public static méthode

public static AutoCommit ( this context ) : bool
context this
Résultat bool

AutoCommit() public static méthode

public static AutoCommit ( this context, bool value ) : void
context this
value bool
Résultat void

CurrentSchema() public static méthode

public static CurrentSchema ( this context ) : string
context this
Résultat string

CurrentSchema() public static méthode

public static CurrentSchema ( this context, string value ) : void
context this
value string
Résultat void

IgnoreIdentifiersCase() public static méthode

public static IgnoreIdentifiersCase ( this context ) : bool
context this
Résultat bool

IgnoreIdentifiersCase() public static méthode

public static IgnoreIdentifiersCase ( this context, bool value ) : void
context this
value bool
Résultat void

ParameterStyle() public static méthode

public static ParameterStyle ( this context ) : QueryParameterStyle
context this
Résultat QueryParameterStyle

ParameterStyle() public static méthode

public static ParameterStyle ( this context, QueryParameterStyle value ) : void
context this
value QueryParameterStyle
Résultat void