C# 클래스 Acme.Northwind.EFDAL.ContextStartup

파일 보기 프로젝트 열기: nHydrate/nHydrate 1 사용 예제들

공개 메소드들

메소드 설명
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