C# Class OIShoppingListWinPhone.ViewModel.ShoppingListDataContext

Class for implementing database data context
Inheritance: DataContext
显示文件 Open project: openintents/shoppinglist_winphone Class Usage Examples

Public Properties

Property Type Description
ItemsStores Table
ListItems Table
ListStores Table
Lists Table

Public Methods

Method Description
ShoppingListDataContext ( string connectionString ) : System

Pass the connection string to the base class.

Method Details

ShoppingListDataContext() public method

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

Property Details

ItemsStores public_oe property

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

ListItems public_oe property

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

ListStores public_oe property

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

Lists public_oe property

Specify a table for the Lists.
public Table Lists
return Table