C# Class Microsoft.WindowsAzure.Samples.CloudServices.Notifications.Sql.SqlEndpointContext

Inheritance: DbContext
显示文件 Open project: WindowsAzure-Toolkits/wa-toolkit-wp-nugets

Public Methods

Method Description
SqlEndpointContext ( string nameOrConnectionString ) : System.Data.Entity

Protected Methods

Method Description
OnModelCreating ( DbModelBuilder modelBuilder ) : void
SqlEndpointContext ( ) : System.Data.Entity

Method Details

OnModelCreating() protected method

protected OnModelCreating ( DbModelBuilder modelBuilder ) : void
modelBuilder DbModelBuilder
return void

SqlEndpointContext() protected method

protected SqlEndpointContext ( ) : System.Data.Entity
return System.Data.Entity

SqlEndpointContext() public method

public SqlEndpointContext ( string nameOrConnectionString ) : System.Data.Entity
nameOrConnectionString string
return System.Data.Entity