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

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

공개 메소드들

메소드 설명
AddTomyauthors ( myauthor myauthor ) : void

Deprecated Method for adding a new object to the myauthors EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddTomybooks ( mybook mybook ) : void

Deprecated Method for adding a new object to the mybooks EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddTomyeditions ( myedition myedition ) : void

Deprecated Method for adding a new object to the myeditions EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

mybooksEntities ( ) : System

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

mybooksEntities ( EntityConnection connection ) : System

Initialize a new mybooksEntities object.

mybooksEntities ( string connectionString ) : System

Initialize a new mybooksEntities object.

비공개 메소드들

메소드 설명
OnContextCreated ( ) : void

메소드 상세

AddTomyauthors() 공개 메소드

Deprecated Method for adding a new object to the myauthors EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddTomyauthors ( myauthor myauthor ) : void
myauthor myauthor
리턴 void

AddTomybooks() 공개 메소드

Deprecated Method for adding a new object to the mybooks EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddTomybooks ( mybook mybook ) : void
mybook mybook
리턴 void

AddTomyeditions() 공개 메소드

Deprecated Method for adding a new object to the myeditions EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddTomyeditions ( myedition myedition ) : void
myedition myedition
리턴 void

mybooksEntities() 공개 메소드

Initializes a new mybooksEntities object using the connection string found in the 'mybooksEntities' section of the application configuration file.
public mybooksEntities ( ) : System
리턴 System

mybooksEntities() 공개 메소드

Initialize a new mybooksEntities object.
public mybooksEntities ( EntityConnection connection ) : System
connection EntityConnection
리턴 System

mybooksEntities() 공개 메소드

Initialize a new mybooksEntities object.
public mybooksEntities ( string connectionString ) : System
connectionString string
리턴 System