C# Class EFWebApp3._5VS2008to2010.Model1Container

There are no comments for Model1Container in the schema.
Inheritance: global::System.Data.Objects.ObjectContext
Afficher le fichier Open project: KuduApps/EFWebApp3.5VS2008 Class Usage Examples

Méthodes publiques

Méthode Description
AddToMusicGenres ( MusicGenres musicGenres ) : void

There are no comments for MusicGenres in the schema.

Model1Container ( )

Initializes a new Model1Container object using the connection string found in the 'Model1Container' section of the application configuration file.

Model1Container ( global connection )

Initialize a new Model1Container object.

Model1Container ( string connectionString )

Initialize a new Model1Container object.

Private Methods

Méthode Description
OnContextCreated ( ) : void

Method Details

AddToMusicGenres() public méthode

There are no comments for MusicGenres in the schema.
public AddToMusicGenres ( MusicGenres musicGenres ) : void
musicGenres MusicGenres
Résultat void

Model1Container() public méthode

Initializes a new Model1Container object using the connection string found in the 'Model1Container' section of the application configuration file.
public Model1Container ( )

Model1Container() public méthode

Initialize a new Model1Container object.
public Model1Container ( global connection )
connection global

Model1Container() public méthode

Initialize a new Model1Container object.
public Model1Container ( string connectionString )
connectionString string