Метод | Описание | |
---|---|---|
AddToactors ( |
Deprecated Method for adding a new object to the actors EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToaddresses ( |
Deprecated Method for adding a new object to the addresses EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddTocategories ( |
Deprecated Method for adding a new object to the categories EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddTocities ( |
Deprecated Method for adding a new object to the cities EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddTocountries ( |
Deprecated Method for adding a new object to the countries EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddTocustomers ( |
Deprecated Method for adding a new object to the customers EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddTofilm_actor ( |
Deprecated Method for adding a new object to the film_actor EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddTofilm_category ( |
Deprecated Method for adding a new object to the film_category EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddTofilm_text ( |
Deprecated Method for adding a new object to the film_text EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddTofilms ( |
Deprecated Method for adding a new object to the films EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToinventories ( |
Deprecated Method for adding a new object to the inventories EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddTolanguages ( |
Deprecated Method for adding a new object to the languages EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddTopayments ( |
Deprecated Method for adding a new object to the payments EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddTorentals ( |
Deprecated Method for adding a new object to the rentals EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddTosales_by_film_category ( |
Deprecated Method for adding a new object to the sales_by_film_category EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddTostaffs ( |
Deprecated Method for adding a new object to the staffs EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddTostores ( |
Deprecated Method for adding a new object to the stores EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
GetRewardsReport ( Nullable |
No Metadata Documentation available.
|
|
GetRewardsReport ( Nullable |
No Metadata Documentation available.
|
|
SakilaEntities ( ) : System |
Initializes a new SakilaEntities object using the connection string found in the 'SakilaEntities' section of the application configuration file.
|
|
SakilaEntities ( System.Data.EntityClient.EntityConnection connection ) : System |
Initialize a new SakilaEntities object.
|
|
SakilaEntities ( string connectionString ) : System |
Initialize a new SakilaEntities object.
|
Метод | Описание | |
---|---|---|
OnContextCreated ( ) : void |
public AddToaddresses ( |
||
address | ||
Результат | void |
public AddTocategories ( |
||
category | ||
Результат | void |
public AddTocountries ( |
||
country | ||
Результат | void |
public AddTocustomers ( |
||
customer | ||
Результат | void |
public AddTofilm_actor ( |
||
film_actor | ||
Результат | void |
public AddTofilm_category ( |
||
film_category | ||
Результат | void |
public AddTofilm_text ( |
||
film_text | ||
Результат | void |
public AddToinventories ( |
||
inventory | ||
Результат | void |
public AddTolanguages ( |
||
language | ||
Результат | void |
public AddTopayments ( |
||
payment | ||
Результат | void |
public AddTorentals ( |
||
rental | ||
Результат | void |
public AddTosales_by_film_category ( |
||
sales_by_film_category | ||
Результат | void |
public GetRewardsReport ( Nullable |
||
min_monthly_purchases | Nullable |
No Metadata Documentation available. |
min_dollar_amount_purchased | Nullable |
No Metadata Documentation available. |
count_rewardees | System.Data.Objects.ObjectParameter | No Metadata Documentation available. |
Результат | ObjectResult |
public GetRewardsReport ( Nullable |
||
min_monthly_purchases | Nullable |
No Metadata Documentation available. |
min_dollar_amount_purchased | Nullable |
No Metadata Documentation available. |
count_rewardees | System.Data.Objects.ObjectParameter | No Metadata Documentation available. |
mergeOption | MergeOption | |
Результат | ObjectResult |
public SakilaEntities ( System.Data.EntityClient.EntityConnection connection ) : System | ||
connection | System.Data.EntityClient.EntityConnection | |
Результат | System |
public SakilaEntities ( string connectionString ) : System | ||
connectionString | string | |
Результат | System |