C# 클래스 SakilaBusinessLogic.SakilaEntities

No Metadata Documentation available.
상속: ObjectContext
파일 보기 프로젝트 열기: Ecetera/appdynamics-sandpit 1 사용 예제들

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
OnContextCreated ( ) : void

메소드 상세

AddToactors() 공개 메소드

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
리턴 void

AddToaddresses() 공개 메소드

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
리턴 void

AddTocategories() 공개 메소드

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
리턴 void

AddTocities() 공개 메소드

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
리턴 void

AddTocountries() 공개 메소드

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
리턴 void

AddTocustomers() 공개 메소드

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
리턴 void

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.
public AddTofilm_actor ( film_actor film_actor ) : void
film_actor film_actor
리턴 void

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.
public AddTofilm_category ( film_category film_category ) : void
film_category film_category
리턴 void

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.
public AddTofilm_text ( film_text film_text ) : void
film_text film_text
리턴 void

AddTofilms() 공개 메소드

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
리턴 void

AddToinventories() 공개 메소드

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
리턴 void

AddTolanguages() 공개 메소드

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
리턴 void

AddTomy_aspnet_applications() 공개 메소드

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
리턴 void

AddTomy_aspnet_membership() 공개 메소드

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
리턴 void

AddTomy_aspnet_profiles() 공개 메소드

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
리턴 void

AddTomy_aspnet_roles() 공개 메소드

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
리턴 void

AddTomy_aspnet_sessioncleanup() 공개 메소드

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
리턴 void

AddTomy_aspnet_sessions() 공개 메소드

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
리턴 void

AddTomy_aspnet_users() 공개 메소드

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
리턴 void

AddTomy_aspnet_usersinroles() 공개 메소드

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
리턴 void

AddTopayments() 공개 메소드

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
리턴 void

AddTorentals() 공개 메소드

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
리턴 void

AddTostaffs() 공개 메소드

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
리턴 void

AddTostores() 공개 메소드

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
리턴 void

SakilaEntities() 공개 메소드

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

SakilaEntities() 공개 메소드

Initialize a new SakilaEntities object.
public SakilaEntities ( System.Data.EntityClient.EntityConnection connection ) : System
connection System.Data.EntityClient.EntityConnection
리턴 System

SakilaEntities() 공개 메소드

Initialize a new SakilaEntities object.
public SakilaEntities ( string connectionString ) : System
connectionString string
리턴 System