C# 클래스 SLApp_Beta.PubsDataContext

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

공개 메소드들

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

비공개 메소드들

메소드 설명
DeleteAgency ( Agency instance ) : void
DeleteApplication_User ( Application_User instance ) : void
DeleteCommunity_Partnership_Agreement ( Community_Partnership_Agreement instance ) : void
DeleteLearning_Experience ( Learning_Experience instance ) : void
DeleteService_Learning_Type ( Service_Learning_Type instance ) : void
DeleteStudent ( Student instance ) : void
DeleteTypes_of_Service ( Types_of_Service instance ) : void
InsertAgency ( Agency instance ) : void
InsertApplication_User ( Application_User instance ) : void
InsertCommunity_Partnership_Agreement ( Community_Partnership_Agreement instance ) : void
InsertLearning_Experience ( Learning_Experience instance ) : void
InsertService_Learning_Type ( Service_Learning_Type instance ) : void
InsertStudent ( Student instance ) : void
InsertTypes_of_Service ( Types_of_Service instance ) : void
OnCreated ( ) : void
UpdateAgency ( Agency instance ) : void
UpdateApplication_User ( Application_User instance ) : void
UpdateCommunity_Partnership_Agreement ( Community_Partnership_Agreement instance ) : void
UpdateLearning_Experience ( Learning_Experience instance ) : void
UpdateService_Learning_Type ( Service_Learning_Type instance ) : void
UpdateStudent ( Student instance ) : void
UpdateTypes_of_Service ( Types_of_Service instance ) : void

메소드 상세

PubsDataContext() 공개 메소드

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

PubsDataContext() 공개 메소드

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

PubsDataContext() 공개 메소드

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

PubsDataContext() 공개 메소드

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

PubsDataContext() 공개 메소드

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