C# Class SakilaBusinessLogic.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.

AddTomy_aspnet_applications ( my_aspnet_applications my_aspnet_applications ) : void

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

AddTomy_aspnet_membership ( my_aspnet_membership my_aspnet_membership ) : void

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

AddTomy_aspnet_profiles ( my_aspnet_profiles my_aspnet_profiles ) : void

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

AddTomy_aspnet_roles ( my_aspnet_roles my_aspnet_roles ) : void

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

AddTomy_aspnet_sessioncleanup ( my_aspnet_sessioncleanup my_aspnet_sessioncleanup ) : void

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

AddTomy_aspnet_sessions ( my_aspnet_sessions my_aspnet_sessions ) : void

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

AddTomy_aspnet_users ( my_aspnet_users my_aspnet_users ) : void

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

AddTomy_aspnet_usersinroles ( my_aspnet_usersinroles my_aspnet_usersinroles ) : void

Deprecated Method for adding a new object to the my_aspnet_usersinroles 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.

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.

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

AddTomy_aspnet_applications() public méthode

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

AddTomy_aspnet_membership() public méthode

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

AddTomy_aspnet_profiles() public méthode

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

AddTomy_aspnet_roles() public méthode

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

AddTomy_aspnet_sessioncleanup() public méthode

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

AddTomy_aspnet_sessions() public méthode

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

AddTomy_aspnet_users() public méthode

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

AddTomy_aspnet_usersinroles() public méthode

Deprecated Method for adding a new object to the my_aspnet_usersinroles EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddTomy_aspnet_usersinroles ( my_aspnet_usersinroles my_aspnet_usersinroles ) : void
my_aspnet_usersinroles my_aspnet_usersinroles
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

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

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