Méthode | Description | |
---|---|---|
AddToAlbums ( |
Deprecated Method for adding a new object to the Albums EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToArtists ( |
Deprecated Method for adding a new object to the Artists EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToCarts ( |
Deprecated Method for adding a new object to the Carts EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToGenres ( |
Deprecated Method for adding a new object to the Genres EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToOrderDetails ( |
Deprecated Method for adding a new object to the OrderDetails 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.
|
|
MusicStoreEntities ( ) : System |
Initializes a new MusicStoreEntities object using the connection string found in the 'MusicStoreEntities' section of the application configuration file.
|
|
MusicStoreEntities ( EntityConnection connection ) : System |
Initialize a new MusicStoreEntities object.
|
|
MusicStoreEntities ( string connectionString ) : System |
Initialize a new MusicStoreEntities object.
|
Méthode | Description | |
---|---|---|
OnContextCreated ( ) : void |
public AddToArtists ( |
||
artist | ||
Résultat | void |
public AddToOrderDetails ( |
||
orderDetail | ||
Résultat | void |
public MusicStoreEntities ( EntityConnection connection ) : System | ||
connection | EntityConnection | |
Résultat | System |
public MusicStoreEntities ( string connectionString ) : System | ||
connectionString | string | |
Résultat | System |