C# Класс Deveel.Data.QueryContextExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

AutoCommit() публичный статический Метод

public static AutoCommit ( this context ) : bool
context this
Результат bool

AutoCommit() публичный статический Метод

public static AutoCommit ( this context, bool value ) : void
context this
value bool
Результат void

CurrentSchema() публичный статический Метод

public static CurrentSchema ( this context ) : string
context this
Результат string

CurrentSchema() публичный статический Метод

public static CurrentSchema ( this context, string value ) : void
context this
value string
Результат void

IgnoreIdentifiersCase() публичный статический Метод

public static IgnoreIdentifiersCase ( this context ) : bool
context this
Результат bool

IgnoreIdentifiersCase() публичный статический Метод

public static IgnoreIdentifiersCase ( this context, bool value ) : void
context this
value bool
Результат void

ParameterStyle() публичный статический Метод

public static ParameterStyle ( this context ) : QueryParameterStyle
context this
Результат QueryParameterStyle

ParameterStyle() публичный статический Метод

public static ParameterStyle ( this context, QueryParameterStyle value ) : void
context this
value QueryParameterStyle
Результат void