Метод | Описание | |
---|---|---|
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
|
public ContextStartup ( string modifier ) : System | ||
modifier | string | |
Результат | System |
public ContextStartup ( string modifier, DatabasePlatformConstants currentPlatform ) : System | ||
modifier | string | |
currentPlatform | DatabasePlatformConstants | |
Результат | System |
public ContextStartup ( string modifier, bool allowLazyLoading ) : System | ||
modifier | string | |
allowLazyLoading | bool | |
Результат | System |
public ContextStartup ( string modifier, bool allowLazyLoading, int commandTimeout ) : System | ||
modifier | string | |
allowLazyLoading | bool | |
commandTimeout | int | |
Результат | System |
public ContextStartup ( string modifier, bool allowLazyLoading, int commandTimeout, DatabasePlatformConstants currentPlatform ) : System | ||
modifier | string | |
allowLazyLoading | bool | |
commandTimeout | int | |
currentPlatform | DatabasePlatformConstants | |
Результат | System |