C# Класс EFWebApp3._5VS2008to2010.Model1Container

There are no comments for Model1Container in the schema.
Наследование: global::System.Data.Objects.ObjectContext
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
OnContextCreated ( ) : void

Описание методов

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

There are no comments for MusicGenres in the schema.
public AddToMusicGenres ( MusicGenres musicGenres ) : void
musicGenres MusicGenres
Результат void

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

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

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

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

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

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