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

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

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

Метод Описание
AutoCommit ( this context ) : bool
DatabaseName ( this context ) : string
DefaultSchema ( this context ) : string
DeleteOnClose ( this context ) : bool
IgnoreIdentifiersCase ( this context ) : bool
ReadOnly ( this context ) : bool

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

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

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

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

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

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

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

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

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

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

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

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

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