C# 클래스 EFWebApp3._5VS2008to2010.Model1Container

There are no comments for Model1Container in the schema.
상속: global::System.Data.Objects.ObjectContext
파일 보기 프로젝트 열기: KuduApps/EFWebApp3.5VS2008 1 사용 예제들

공개 메소드들

메소드 설명
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