C# 클래스 ElmcityUtils.elmcity_log_entry_entities

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

공개 메소드들

메소드 설명
AddToelmcity_log_entry ( elmcity_log_entry elmcity_log_entry ) : void

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

elmcity_log_entry_entities ( ) : System

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

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

Initialize a new elmcity_log_entry_entities object.

elmcity_log_entry_entities ( string connectionString ) : System

Initialize a new elmcity_log_entry_entities object.

비공개 메소드들

메소드 설명
OnContextCreated ( ) : void

메소드 상세

AddToelmcity_log_entry() 공개 메소드

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

elmcity_log_entry_entities() 공개 메소드

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

elmcity_log_entry_entities() 공개 메소드

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

elmcity_log_entry_entities() 공개 메소드

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