CapRaffle.Domain.Model.CapRaffleContext.CapRaffleContext C# (CSharp) Метод

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

Initializes a new CapRaffleContext object using the connection string found in the 'CapRaffleContext' section of the application configuration file.
public CapRaffleContext ( ) : System
Результат System
        public CapRaffleContext() : base("name=CapRaffleContext", "CapRaffleContext")
        {
            this.ContextOptions.LazyLoadingEnabled = true;
            OnContextCreated();
        }
    

Same methods

CapRaffleContext::CapRaffleContext ( System.Data.EntityClient.EntityConnection connection ) : System
CapRaffleContext::CapRaffleContext ( string connectionString ) : System