C# Class Acme.Northwind.EFDAL.ContextStartup

Afficher le fichier Open project: nHydrate/nHydrate Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Creates a new instance of the ContextStartup object
public ContextStartup ( string modifier ) : System
modifier string
Résultat System

ContextStartup() public méthode

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

ContextStartup() public méthode

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

ContextStartup() public méthode

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

ContextStartup() public méthode

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
Résultat System