C# 클래스 SampleModel.SampleEntities

No Metadata Documentation available.
상속: ObjectContext
파일 보기 프로젝트 열기: MarkFreedman/Wrestling-With-Telerik-MVC-Grid-Control 1 사용 예제들

공개 메소드들

메소드 설명
AddToCustomers ( Customer customer ) : void

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

AddToOrderChannels ( OrderChannel orderChannel ) : void

Deprecated Method for adding a new object to the OrderChannels 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.

SampleEntities ( ) : System

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

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

Initialize a new SampleEntities object.

SampleEntities ( string connectionString ) : System

Initialize a new SampleEntities object.

비공개 메소드들

메소드 설명
OnContextCreated ( ) : void

메소드 상세

AddToCustomers() 공개 메소드

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

AddToOrderChannels() 공개 메소드

Deprecated Method for adding a new object to the OrderChannels EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToOrderChannels ( OrderChannel orderChannel ) : void
orderChannel OrderChannel
리턴 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

SampleEntities() 공개 메소드

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

SampleEntities() 공개 메소드

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

SampleEntities() 공개 메소드

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