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

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

Creates a new instance of the ContextStartup object
public ContextStartup ( string modifier, bool allowLazyLoading ) : System
modifier string
allowLazyLoading bool
Результат System
		public ContextStartup(string modifier, bool allowLazyLoading) :
			this(modifier)
		{
			this.AllowLazyLoading = allowLazyLoading;
		}

Same methods

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