C# Class Acme.Northwind.EFDAL.ContextStartup

Show file Open project: nHydrate/nHydrate Class Usage Examples

Public Methods

Method Description
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

Method Details

ContextStartup() public method

Creates a new instance of the ContextStartup object
public ContextStartup ( string modifier ) : System
modifier string
return System

ContextStartup() public method

Creates a new instance of the ContextStartup object
public ContextStartup ( string modifier, DatabasePlatformConstants currentPlatform ) : System
modifier string
currentPlatform DatabasePlatformConstants
return System

ContextStartup() public method

Creates a new instance of the ContextStartup object
public ContextStartup ( string modifier, bool allowLazyLoading ) : System
modifier string
allowLazyLoading bool
return System

ContextStartup() public method

Creates a new instance of the ContextStartup object
public ContextStartup ( string modifier, bool allowLazyLoading, int commandTimeout ) : System
modifier string
allowLazyLoading bool
commandTimeout int
return System

ContextStartup() public method

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
return System