C# Класс MySql.Data.Entity.Tests.testEntities

There are no comments for testEntities in the schema.
Наследование: global::System.Data.Objects.ObjectContext
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
AddToAuthors ( Author author ) : void

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

AddToBooks ( Book book ) : void

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

AddToChildren ( Child child ) : void

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

AddToCompanies ( Company company ) : void

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

AddToComputers ( Computer computer ) : void

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

AddToDataTypeTests ( DataTypeTest dataTypeTest ) : void

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

AddToEmployees ( Employee employee ) : void

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

AddToOrders ( Order order ) : void

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

AddToProducts ( Product product ) : void

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

AddToPublishers ( Publisher publisher ) : void

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

AddToShops ( Shop shop ) : void

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

AddToToys ( Toy toy ) : void

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

testEntities ( ) : System

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

testEntities ( EntityConnection connection ) : System

Initialize a new testEntities object.

testEntities ( string connectionString ) : System

Initialize a new testEntities object.

Приватные методы

Метод Описание
OnContextCreated ( ) : void

Описание методов

AddToAuthors() публичный Метод

Deprecated Method for adding a new object to the Authors EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToAuthors ( Author author ) : void
author Author
Результат void

AddToBooks() публичный Метод

Deprecated Method for adding a new object to the Books EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToBooks ( Book book ) : void
book Book
Результат void

AddToChildren() публичный Метод

Deprecated Method for adding a new object to the Children EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToChildren ( Child child ) : void
child Child
Результат void

AddToCompanies() публичный Метод

Deprecated Method for adding a new object to the Companies EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToCompanies ( Company company ) : void
company Company
Результат void

AddToComputers() публичный Метод

Deprecated Method for adding a new object to the Computers EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToComputers ( Computer computer ) : void
computer Computer
Результат void

AddToDataTypeTests() публичный Метод

Deprecated Method for adding a new object to the DataTypeTests EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToDataTypeTests ( DataTypeTest dataTypeTest ) : void
dataTypeTest DataTypeTest
Результат void

AddToEmployees() публичный Метод

Deprecated Method for adding a new object to the Employees EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToEmployees ( Employee employee ) : void
employee Employee
Результат void

AddToOrders() публичный Метод

Deprecated Method for adding a new object to the Orders EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToOrders ( Order order ) : void
order Order
Результат void

AddToProducts() публичный Метод

Deprecated Method for adding a new object to the Products EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToProducts ( Product product ) : void
product Product
Результат void

AddToPublishers() публичный Метод

Deprecated Method for adding a new object to the Publishers EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToPublishers ( Publisher publisher ) : void
publisher Publisher
Результат void

AddToShops() публичный Метод

Deprecated Method for adding a new object to the Shops EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToShops ( Shop shop ) : void
shop Shop
Результат void

AddToToys() публичный Метод

Deprecated Method for adding a new object to the Toys EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToToys ( Toy toy ) : void
toy Toy
Результат void

testEntities() публичный Метод

Initializes a new testEntities object using the connection string found in the 'testEntities' section of the application configuration file.
public testEntities ( ) : System
Результат System

testEntities() публичный Метод

Initialize a new testEntities object.
public testEntities ( EntityConnection connection ) : System
connection EntityConnection
Результат System

testEntities() публичный Метод

Initialize a new testEntities object.
public testEntities ( string connectionString ) : System
connectionString string
Результат System