C# 클래스 MySql.Data.Entity.Tests.model2Entities

There are no comments for model2Entities in the schema.
상속: global::System.Data.Objects.ObjectContext
파일 보기 프로젝트 열기: Top-Cat/SteamBot 1 사용 예제들

공개 메소드들

메소드 설명
AddTocustomer ( customer customer ) : void

There are no comments for customer in the schema.

AddToorder ( order order ) : void

There are no comments for order in the schema.

model2Entities ( )

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

model2Entities ( global connection )

Initialize a new model2Entities object.

model2Entities ( string connectionString )

Initialize a new model2Entities object.

비공개 메소드들

메소드 설명
OnContextCreated ( ) : void

메소드 상세

AddTocustomer() 공개 메소드

There are no comments for customer in the schema.
public AddTocustomer ( customer customer ) : void
customer customer
리턴 void

AddToorder() 공개 메소드

There are no comments for order in the schema.
public AddToorder ( order order ) : void
order order
리턴 void

model2Entities() 공개 메소드

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

model2Entities() 공개 메소드

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

model2Entities() 공개 메소드

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