메소드 | 설명 | |
---|---|---|
AddToAuthors ( |
Deprecated Method for adding a new object to the Authors EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToBooks ( |
Deprecated Method for adding a new object to the Books EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToChildren ( |
Deprecated Method for adding a new object to the Children EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToCompanies ( |
Deprecated Method for adding a new object to the Companies EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToComputers ( |
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 ( |
Deprecated Method for adding a new object to the Employees EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToOrders ( |
Deprecated Method for adding a new object to the Orders EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToProducts ( |
Deprecated Method for adding a new object to the Products EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToPublishers ( |
Deprecated Method for adding a new object to the Publishers EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToShops ( |
Deprecated Method for adding a new object to the Shops EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToToys ( |
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 |
public AddToComputers ( |
||
computer | ||
리턴 | void |
public AddToDataTypeTests ( DataTypeTest dataTypeTest ) : void | ||
dataTypeTest | DataTypeTest | |
리턴 | void |
public AddToEmployees ( |
||
employee | ||
리턴 | void |
public AddToPublishers ( |
||
publisher | ||
리턴 | void |
public testEntities ( EntityConnection connection ) : System | ||
connection | EntityConnection | |
리턴 | System |
public testEntities ( string connectionString ) : System | ||
connectionString | string | |
리턴 | System |