C# 클래스 OIShoppingListWinPhone.ViewModel.ShoppingListDataContext

Class for implementing database data context
상속: DataContext
파일 보기 프로젝트 열기: openintents/shoppinglist_winphone 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ItemsStores Table
ListItems Table
ListStores Table
Lists Table

공개 메소드들

메소드 설명
ShoppingListDataContext ( string connectionString ) : System

Pass the connection string to the base class.

메소드 상세

ShoppingListDataContext() 공개 메소드

Pass the connection string to the base class.
public ShoppingListDataContext ( string connectionString ) : System
connectionString string Connection string
리턴 System

프로퍼티 상세

ItemsStores 공개적으로 프로퍼티

Specify a table for the Lists' itmes-stores.
public Table ItemsStores
리턴 Table

ListItems 공개적으로 프로퍼티

Specify a table for the Lists' items.
public Table ListItems
리턴 Table

ListStores 공개적으로 프로퍼티

Specify a table for the Lists' stores.
public Table ListStores
리턴 Table

Lists 공개적으로 프로퍼티

Specify a table for the Lists.
public Table Lists
리턴 Table