C# Класс DBPOLLDemo.Models.DBPOLLEntities

No Metadata Documentation available.
Наследование: ObjectContext
Показать файл Открыть проект

Открытые методы

Метод Описание
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