C# 클래스 BookShop.Models.BookShopEntities

No Metadata Documentation available.
상속: ObjectContext
파일 보기 프로젝트 열기: techtalk/SpecFlow-Examples 1 사용 예제들

공개 메소드들

메소드 설명
AddToBooks ( Book book ) : void

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

AddToOrderLines ( OrderLine orderLine ) : void

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

AddToOrders ( Order order ) : void

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

BookShopEntities ( ) : System

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

BookShopEntities ( System.Data.EntityClient.EntityConnection connection ) : System

Initialize a new BookShopEntities object.

BookShopEntities ( string connectionString ) : System

Initialize a new BookShopEntities object.

비공개 메소드들

메소드 설명
OnContextCreated ( ) : void

메소드 상세

AddToBooks() 공개 메소드

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

AddToOrderLines() 공개 메소드

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

AddToOrders() 공개 메소드

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

BookShopEntities() 공개 메소드

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

BookShopEntities() 공개 메소드

Initialize a new BookShopEntities object.
public BookShopEntities ( System.Data.EntityClient.EntityConnection connection ) : System
connection System.Data.EntityClient.EntityConnection
리턴 System

BookShopEntities() 공개 메소드

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