C# 클래스 VideoRentalService.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.

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.

비공개 메소드들

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

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

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

GetRewardsReport() 공개 메소드

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.
리턴 ObjectResult

GetRewardsReport() 공개 메소드

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

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