C# 클래스 IndexedDBSync.Models.DBCustomerEntities

No Metadata Documentation available.
상속: ObjectContext
파일 보기 프로젝트 열기: techbrij/SyncIndexedDB 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.

DBCustomerEntities ( ) : System

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

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

Initialize a new DBCustomerEntities object.

DBCustomerEntities ( string connectionString ) : System

Initialize a new DBCustomerEntities 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

DBCustomerEntities() 공개 메소드

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

DBCustomerEntities() 공개 메소드

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

DBCustomerEntities() 공개 메소드

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