C# Класс Acme.Northwind.EFDAL.ContextStartup

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ContextStartup ( string modifier ) : System

Creates a new instance of the ContextStartup object

ContextStartup ( string modifier, DatabasePlatformConstants currentPlatform ) : System

Creates a new instance of the ContextStartup object

ContextStartup ( string modifier, bool allowLazyLoading ) : System

Creates a new instance of the ContextStartup object

ContextStartup ( string modifier, bool allowLazyLoading, int commandTimeout ) : System

Creates a new instance of the ContextStartup object

ContextStartup ( string modifier, bool allowLazyLoading, int commandTimeout, DatabasePlatformConstants currentPlatform ) : System

Creates a new instance of the ContextStartup object

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

ContextStartup() публичный Метод

Creates a new instance of the ContextStartup object
public ContextStartup ( string modifier ) : System
modifier string
Результат System

ContextStartup() публичный Метод

Creates a new instance of the ContextStartup object
public ContextStartup ( string modifier, DatabasePlatformConstants currentPlatform ) : System
modifier string
currentPlatform DatabasePlatformConstants
Результат System

ContextStartup() публичный Метод

Creates a new instance of the ContextStartup object
public ContextStartup ( string modifier, bool allowLazyLoading ) : System
modifier string
allowLazyLoading bool
Результат System

ContextStartup() публичный Метод

Creates a new instance of the ContextStartup object
public ContextStartup ( string modifier, bool allowLazyLoading, int commandTimeout ) : System
modifier string
allowLazyLoading bool
commandTimeout int
Результат System

ContextStartup() публичный Метод

Creates a new instance of the ContextStartup object
public ContextStartup ( string modifier, bool allowLazyLoading, int commandTimeout, DatabasePlatformConstants currentPlatform ) : System
modifier string
allowLazyLoading bool
commandTimeout int
currentPlatform DatabasePlatformConstants
Результат System