C# Class LearnLanguages.DataAccess.Ef.LearnLanguagesContext

No Metadata Documentation available.
Inheritance: ObjectContext
Afficher le fichier Open project: ibgib/LearnLanguages Class Usage Examples

Méthodes publiques

Méthode Description
AddToDefaultStudyAdvisorKnowledgeBeliefDatas ( DefaultStudyAdvisorKnowledgeBeliefData defaultStudyAdvisorKnowledgeBeliefData ) : void

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

AddToLanguageDatas ( LanguageData languageData ) : void

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

AddToLineDatas ( LineData lineData ) : void

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

AddToMultiLineTextDatas ( MultiLineTextData multiLineTextData ) : void

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

AddToPhraseBeliefDatas ( PhraseBeliefData phraseBeliefData ) : void

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

AddToPhraseDatas ( PhraseData phraseData ) : void

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

AddToRoleDatas ( RoleData roleData ) : void

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

AddToStudyDataDatas ( StudyDataData studyDataData ) : void

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

AddToTranslationDatas ( TranslationData translationData ) : void

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

AddToUserDatas ( UserData userData ) : void

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

DeleteUser_SP ( Nullable userId, global username ) : int

No Metadata Documentation available.

LearnLanguagesContext ( ) : System

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

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

Initialize a new LearnLanguagesContext object.

LearnLanguagesContext ( string connectionString ) : System

Initialize a new LearnLanguagesContext object.

Private Methods

Méthode Description
OnContextCreated ( ) : void

Method Details

AddToDefaultStudyAdvisorKnowledgeBeliefDatas() public méthode

Deprecated Method for adding a new object to the DefaultStudyAdvisorKnowledgeBeliefDatas EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToDefaultStudyAdvisorKnowledgeBeliefDatas ( DefaultStudyAdvisorKnowledgeBeliefData defaultStudyAdvisorKnowledgeBeliefData ) : void
defaultStudyAdvisorKnowledgeBeliefData DefaultStudyAdvisorKnowledgeBeliefData
Résultat void

AddToLanguageDatas() public méthode

Deprecated Method for adding a new object to the LanguageDatas EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToLanguageDatas ( LanguageData languageData ) : void
languageData LanguageData
Résultat void

AddToLineDatas() public méthode

Deprecated Method for adding a new object to the LineDatas EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToLineDatas ( LineData lineData ) : void
lineData LineData
Résultat void

AddToMultiLineTextDatas() public méthode

Deprecated Method for adding a new object to the MultiLineTextDatas EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToMultiLineTextDatas ( MultiLineTextData multiLineTextData ) : void
multiLineTextData MultiLineTextData
Résultat void

AddToPhraseBeliefDatas() public méthode

Deprecated Method for adding a new object to the PhraseBeliefDatas EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToPhraseBeliefDatas ( PhraseBeliefData phraseBeliefData ) : void
phraseBeliefData PhraseBeliefData
Résultat void

AddToPhraseDatas() public méthode

Deprecated Method for adding a new object to the PhraseDatas EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToPhraseDatas ( PhraseData phraseData ) : void
phraseData PhraseData
Résultat void

AddToRoleDatas() public méthode

Deprecated Method for adding a new object to the RoleDatas EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToRoleDatas ( RoleData roleData ) : void
roleData RoleData
Résultat void

AddToStudyDataDatas() public méthode

Deprecated Method for adding a new object to the StudyDataDatas EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToStudyDataDatas ( StudyDataData studyDataData ) : void
studyDataData StudyDataData
Résultat void

AddToTranslationDatas() public méthode

Deprecated Method for adding a new object to the TranslationDatas EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToTranslationDatas ( TranslationData translationData ) : void
translationData TranslationData
Résultat void

AddToUserDatas() public méthode

Deprecated Method for adding a new object to the UserDatas EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToUserDatas ( UserData userData ) : void
userData UserData
Résultat void

DeleteUser_SP() public méthode

No Metadata Documentation available.
public DeleteUser_SP ( Nullable userId, global username ) : int
userId Nullable No Metadata Documentation available.
username global No Metadata Documentation available.
Résultat int

LearnLanguagesContext() public méthode

Initializes a new LearnLanguagesContext object using the connection string found in the 'LearnLanguagesContext' section of the application configuration file.
public LearnLanguagesContext ( ) : System
Résultat System

LearnLanguagesContext() public méthode

Initialize a new LearnLanguagesContext object.
public LearnLanguagesContext ( System.Data.EntityClient.EntityConnection connection ) : System
connection System.Data.EntityClient.EntityConnection
Résultat System

LearnLanguagesContext() public méthode

Initialize a new LearnLanguagesContext object.
public LearnLanguagesContext ( string connectionString ) : System
connectionString string
Résultat System