C# 클래스 Demo.DemoData

상속: System.Data.Linq.DataContext
파일 보기 프로젝트 열기: scottksmith95/LINQKit 1 사용 예제들

공개 메소드들

메소드 설명
DemoData ( ) : System.Data.Linq
DemoData ( System connection ) : System.Data.Linq
DemoData ( System connection, System mappingSource ) : System.Data.Linq
DemoData ( string connection ) : System.Data.Linq
DemoData ( string connection, System mappingSource ) : System.Data.Linq

비공개 메소드들

메소드 설명
DeleteCustomer ( Customer instance ) : void
DeletePurchase ( Purchase instance ) : void
InsertCustomer ( Customer instance ) : void
InsertPurchase ( Purchase instance ) : void
OnCreated ( ) : void
UpdateCustomer ( Customer instance ) : void
UpdatePurchase ( Purchase instance ) : void

메소드 상세

DemoData() 공개 메소드

public DemoData ( ) : System.Data.Linq
리턴 System.Data.Linq

DemoData() 공개 메소드

public DemoData ( System connection ) : System.Data.Linq
connection System
리턴 System.Data.Linq

DemoData() 공개 메소드

public DemoData ( System connection, System mappingSource ) : System.Data.Linq
connection System
mappingSource System
리턴 System.Data.Linq

DemoData() 공개 메소드

public DemoData ( string connection ) : System.Data.Linq
connection string
리턴 System.Data.Linq

DemoData() 공개 메소드

public DemoData ( string connection, System mappingSource ) : System.Data.Linq
connection string
mappingSource System
리턴 System.Data.Linq