Acme.Northwind.EFDAL.ContextStartup.ContextStartup C# (CSharp) Метод

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

Creates a new instance of the ContextStartup object
public ContextStartup ( string modifier ) : System
modifier string
Результат System
		public ContextStartup(string modifier)
		{
			this.CurrentPlatform = DatabasePlatformConstants.SQLServer;
			this.Modifer = modifier;
			this.AllowLazyLoading = true;
		}

Same methods

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