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

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

Public Methods

Method Description
AddTocustomer ( customer customer ) : void

There are no comments for customer in the schema.

AddToorder ( order order ) : void

There are no comments for order in the schema.

model2Entities ( )

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

model2Entities ( global connection )

Initialize a new model2Entities object.

model2Entities ( string connectionString )

Initialize a new model2Entities object.

Private Methods

Method Description
OnContextCreated ( ) : void

Method Details

AddTocustomer() public method

There are no comments for customer in the schema.
public AddTocustomer ( customer customer ) : void
customer customer
return void

AddToorder() public method

There are no comments for order in the schema.
public AddToorder ( order order ) : void
order order
return void

model2Entities() public method

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

model2Entities() public method

Initialize a new model2Entities object.
public model2Entities ( global connection )
connection global

model2Entities() public method

Initialize a new model2Entities object.
public model2Entities ( string connectionString )
connectionString string