C# Class MySql.Data.Entity.Tests.mybooksEntities

There are no comments for mybooksEntities in the schema.
Inheritance: global::System.Data.Objects.ObjectContext
Afficher le fichier Open project: Top-Cat/SteamBot Class Usage Examples

Méthodes publiques

Méthode Description
AddTomyauthors ( myauthor myauthor ) : void

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

AddTomybooks ( mybook mybook ) : void

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

AddTomyeditions ( myedition myedition ) : void

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

mybooksEntities ( ) : System

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

mybooksEntities ( EntityConnection connection ) : System

Initialize a new mybooksEntities object.

mybooksEntities ( string connectionString ) : System

Initialize a new mybooksEntities object.

Private Methods

Méthode Description
OnContextCreated ( ) : void

Method Details

AddTomyauthors() public méthode

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

AddTomybooks() public méthode

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

AddTomyeditions() public méthode

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

mybooksEntities() public méthode

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

mybooksEntities() public méthode

Initialize a new mybooksEntities object.
public mybooksEntities ( EntityConnection connection ) : System
connection EntityConnection
Résultat System

mybooksEntities() public méthode

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