C# 클래스 DBPOLLDemo.Models.DBPOLLEntities

No Metadata Documentation available.
상속: ObjectContext
파일 보기 프로젝트 열기: Marknel/dbPOLL

공개 메소드들

메소드 설명
AddToANSWERS ( ANSWER aNSWER ) : void

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

AddToANSWER_HISTORY ( ANSWER_HISTORY aNSWER_HISTORY ) : void

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

AddToASSIGNEDPOLLS ( ASSIGNEDPOLL aSSIGNEDPOLL ) : void

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

AddToMANAGEMENTS ( MANAGEMENT mANAGEMENT ) : void

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

AddToMESSAGES ( MESSAGE mESSAGE ) : void

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

AddToOBJECTS ( OBJECT oBJECT ) : void

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

AddToPARTICIPANTS ( PARTICIPANT pARTICIPANT ) : void

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

AddToPARTICIPANT_CUSTOM ( PARTICIPANT_CUSTOM pARTICIPANT_CUSTOM ) : void

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

AddToPARTICIPANT_DATA ( PARTICIPANT_DATA pARTICIPANT_DATA ) : void

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

AddToPOLLS ( POLL pOLL ) : void

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

AddToPOLL_OBJECTS_DFLT ( POLL_OBJECTS_DFLT pOLL_OBJECTS_DFLT ) : void

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

AddToQUESTIONS ( QUESTION qUESTION ) : void

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

AddToQUESTION_OBJECTS ( QUESTION_OBJECTS qUESTION_OBJECTS ) : void

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

AddToRESPONSES ( RESPONS rESPONS ) : void

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

AddToSESSIONS ( SESSION sESSION ) : void

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

AddToSYSADMINS ( SYSADMIN sYSADMIN ) : void

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

AddToUSERS ( USER uSER ) : void

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

DBPOLLEntities ( ) : System

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

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

Initialize a new DBPOLLEntities object.

DBPOLLEntities ( string connectionString ) : System

Initialize a new DBPOLLEntities object.

비공개 메소드들

메소드 설명
OnContextCreated ( ) : void

메소드 상세

AddToANSWERS() 공개 메소드

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

AddToANSWER_HISTORY() 공개 메소드

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

AddToASSIGNEDPOLLS() 공개 메소드

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

AddToMANAGEMENTS() 공개 메소드

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

AddToMESSAGES() 공개 메소드

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

AddToOBJECTS() 공개 메소드

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

AddToPARTICIPANTS() 공개 메소드

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

AddToPARTICIPANT_CUSTOM() 공개 메소드

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

AddToPARTICIPANT_DATA() 공개 메소드

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

AddToPOLLS() 공개 메소드

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

AddToPOLL_OBJECTS_DFLT() 공개 메소드

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

AddToQUESTIONS() 공개 메소드

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

AddToQUESTION_OBJECTS() 공개 메소드

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

AddToRESPONSES() 공개 메소드

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

AddToSESSIONS() 공개 메소드

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

AddToSYSADMINS() 공개 메소드

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

AddToUSERS() 공개 메소드

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

DBPOLLEntities() 공개 메소드

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

DBPOLLEntities() 공개 메소드

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

DBPOLLEntities() 공개 메소드

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