C# Class SnapDotNet.Azure.MobileService.Models.Context

Inheritance: DbContext
Afficher le fichier Open project: 0xdeafcafe/SnapDotNet Class Usage Examples

Méthodes publiques

Méthode Description
Context ( ) : System.Data.Entity
Context ( string schema ) : System.Data.Entity

Méthodes protégées

Méthode Description
OnModelCreating ( DbModelBuilder modelBuilder ) : void

Method Details

Context() public méthode

public Context ( ) : System.Data.Entity
Résultat System.Data.Entity

Context() public méthode

public Context ( string schema ) : System.Data.Entity
schema string
Résultat System.Data.Entity

OnModelCreating() protected méthode

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