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

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

Public Methods

Method 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

Method Description
OnContextCreated ( ) : void

Method Details

AddTomyauthors() public method

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
return void

AddTomybooks() public method

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
return void

AddTomyeditions() public method

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
return void

mybooksEntities() public method

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

mybooksEntities() public method

Initialize a new mybooksEntities object.
public mybooksEntities ( EntityConnection connection ) : System
connection EntityConnection
return System

mybooksEntities() public method

Initialize a new mybooksEntities object.
public mybooksEntities ( string connectionString ) : System
connectionString string
return System