C# 클래스 faksModel.faksEntities

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

공개 메소드들

메소드 설명
AddTomjesto ( mjesto mjesto ) : void

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

AddTostudent ( student student ) : void

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

faksEntities ( ) : System

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

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

Initialize a new faksEntities object.

faksEntities ( string connectionString ) : System

Initialize a new faksEntities object.

비공개 메소드들

메소드 설명
OnContextCreated ( ) : void

메소드 상세

AddTomjesto() 공개 메소드

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

AddTostudent() 공개 메소드

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

faksEntities() 공개 메소드

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

faksEntities() 공개 메소드

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

faksEntities() 공개 메소드

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