C# 클래스 NDG.DataAccessModels.NdgDataContext

상속: System.Data.Linq.DataContext
파일 보기 프로젝트 열기: nokiadatagathering/WP7-Official

공개 메소드들

메소드 설명
NdgDataContext ( ) : System
NdgDataContext ( string connection ) : System

비공개 메소드들

메소드 설명
DeleteAnswer ( Answer instance ) : void
DeleteCategory ( Category instance ) : void
DeleteLanguage ( Language instance ) : void
DeletePhotoResolution ( PhotoResolution instance ) : void
DeleteQuestion ( Question instance ) : void
DeleteResponseSet ( ResponseSet instance ) : void
DeleteServer ( Server instance ) : void
DeleteSettings ( Settings instance ) : void
DeleteSurvey ( Survey instance ) : void
DeleteUser ( User instance ) : void
InsertAnswer ( Answer instance ) : void
InsertCategory ( Category instance ) : void
InsertLanguage ( Language instance ) : void
InsertPhotoResolution ( PhotoResolution instance ) : void
InsertQuestion ( Question instance ) : void
InsertResponseSet ( ResponseSet instance ) : void
InsertServer ( Server instance ) : void
InsertSettings ( Settings instance ) : void
InsertSurvey ( Survey instance ) : void
InsertUser ( User instance ) : void
OnCreated ( ) : void
UpdateAnswer ( Answer instance ) : void
UpdateCategory ( Category instance ) : void
UpdateLanguage ( Language instance ) : void
UpdatePhotoResolution ( PhotoResolution instance ) : void
UpdateQuestion ( Question instance ) : void
UpdateResponseSet ( ResponseSet instance ) : void
UpdateServer ( Server instance ) : void
UpdateSettings ( Settings instance ) : void
UpdateSurvey ( Survey instance ) : void
UpdateUser ( User instance ) : void

메소드 상세

NdgDataContext() 공개 메소드

public NdgDataContext ( ) : System
리턴 System

NdgDataContext() 공개 메소드

public NdgDataContext ( string connection ) : System
connection string
리턴 System