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

Inheritance: DbContext
Afficher le fichier Open project: WindowsAzure-Toolkits/wa-toolkit-wp-nugets

Méthodes publiques

Méthode Description
SqlEndpointContext ( string nameOrConnectionString ) : System.Data.Entity

Méthodes protégées

Méthode Description
OnModelCreating ( DbModelBuilder modelBuilder ) : void
SqlEndpointContext ( ) : System.Data.Entity

Method Details

OnModelCreating() protected méthode

protected OnModelCreating ( DbModelBuilder modelBuilder ) : void
modelBuilder DbModelBuilder
Résultat void

SqlEndpointContext() protected méthode

protected SqlEndpointContext ( ) : System.Data.Entity
Résultat System.Data.Entity

SqlEndpointContext() public méthode

public SqlEndpointContext ( string nameOrConnectionString ) : System.Data.Entity
nameOrConnectionString string
Résultat System.Data.Entity