C# Class VideoRentalService.SakilaEntities

No Metadata Documentation available.
Inheritance: ObjectContext
Afficher le fichier Open project: Ecetera/appdynamics-sandpit Class Usage Examples

Méthodes publiques

Méthode Description
AddToactors ( actor actor ) : void

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

AddToaddresses ( address address ) : void

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

AddTocategories ( category category ) : void

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

AddTocities ( city city ) : void

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

AddTocountries ( country country ) : void

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

AddTocustomers ( customer customer ) : void

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 ( film_actor film_actor ) : void

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 ( film_category film_category ) : void

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 ( film_text film_text ) : void

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 ( film film ) : void

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

AddToinventories ( inventory inventory ) : void

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

AddTolanguages ( language language ) : void

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

AddTopayments ( payment payment ) : void

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

AddTorentals ( rental rental ) : void

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 ( sales_by_film_category sales_by_film_category ) : void

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 ( staff staff ) : void

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

AddTostores ( store store ) : void

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 min_monthly_purchases, Nullable min_dollar_amount_purchased, System.Data.Objects.ObjectParameter count_rewardees ) : ObjectResult

No Metadata Documentation available.

GetRewardsReport ( Nullable min_monthly_purchases, Nullable min_dollar_amount_purchased, System.Data.Objects.ObjectParameter count_rewardees, MergeOption mergeOption ) : ObjectResult

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.

Private Methods

Méthode Description
OnContextCreated ( ) : void

Method Details

AddToactors() public méthode

Deprecated Method for adding a new object to the actors EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToactors ( actor actor ) : void
actor actor
Résultat void

AddToaddresses() public méthode

Deprecated Method for adding a new object to the addresses EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToaddresses ( address address ) : void
address address
Résultat void

AddTocategories() public méthode

Deprecated Method for adding a new object to the categories EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddTocategories ( category category ) : void
category category
Résultat void

AddTocities() public méthode

Deprecated Method for adding a new object to the cities EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddTocities ( city city ) : void
city city
Résultat void

AddTocountries() public méthode

Deprecated Method for adding a new object to the countries EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddTocountries ( country country ) : void
country country
Résultat void

AddTocustomers() public méthode

Deprecated Method for adding a new object to the customers EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddTocustomers ( customer customer ) : void
customer customer
Résultat void

AddTofilm_actor() public méthode

Deprecated Method for adding a new object to the film_actor EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddTofilm_actor ( film_actor film_actor ) : void
film_actor film_actor
Résultat void

AddTofilm_category() public méthode

Deprecated Method for adding a new object to the film_category EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddTofilm_category ( film_category film_category ) : void
film_category film_category
Résultat void

AddTofilm_text() public méthode

Deprecated Method for adding a new object to the film_text EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddTofilm_text ( film_text film_text ) : void
film_text film_text
Résultat void

AddTofilms() public méthode

Deprecated Method for adding a new object to the films EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddTofilms ( film film ) : void
film film
Résultat void

AddToinventories() public méthode

Deprecated Method for adding a new object to the inventories EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToinventories ( inventory inventory ) : void
inventory inventory
Résultat void

AddTolanguages() public méthode

Deprecated Method for adding a new object to the languages EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddTolanguages ( language language ) : void
language language
Résultat void

AddTopayments() public méthode

Deprecated Method for adding a new object to the payments EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddTopayments ( payment payment ) : void
payment payment
Résultat void

AddTorentals() public méthode

Deprecated Method for adding a new object to the rentals EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddTorentals ( rental rental ) : void
rental rental
Résultat void

AddTosales_by_film_category() public méthode

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.
public AddTosales_by_film_category ( sales_by_film_category sales_by_film_category ) : void
sales_by_film_category sales_by_film_category
Résultat void

AddTostaffs() public méthode

Deprecated Method for adding a new object to the staffs EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddTostaffs ( staff staff ) : void
staff staff
Résultat void

AddTostores() public méthode

Deprecated Method for adding a new object to the stores EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddTostores ( store store ) : void
store store
Résultat void

GetRewardsReport() public méthode

No Metadata Documentation available.
public GetRewardsReport ( Nullable min_monthly_purchases, Nullable min_dollar_amount_purchased, System.Data.Objects.ObjectParameter count_rewardees ) : ObjectResult
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.
Résultat ObjectResult

GetRewardsReport() public méthode

No Metadata Documentation available.
public GetRewardsReport ( Nullable min_monthly_purchases, Nullable min_dollar_amount_purchased, System.Data.Objects.ObjectParameter count_rewardees, MergeOption mergeOption ) : ObjectResult
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
Résultat ObjectResult

SakilaEntities() public méthode

Initializes a new SakilaEntities object using the connection string found in the 'SakilaEntities' section of the application configuration file.
public SakilaEntities ( ) : System
Résultat System

SakilaEntities() public méthode

Initialize a new SakilaEntities object.
public SakilaEntities ( System.Data.EntityClient.EntityConnection connection ) : System
connection System.Data.EntityClient.EntityConnection
Résultat System

SakilaEntities() public méthode

Initialize a new SakilaEntities object.
public SakilaEntities ( string connectionString ) : System
connectionString string
Résultat System