DataContext Constructor
Silverlight
Initializes a new instance of the DataContext class. The connection string you use specifies the location and configuration parameters of the local database file in isolated storage.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
DataContext(String) | Initializes a new instance of the DataContext class by referencing a file source. |
|
DataContext(String, MappingSource) | Initializes a new instance of the DataContext class by referencing a file source and a mapping source. |
For information about using a local database in your Windows Phone application, see Local Database Overview for Windows Phone.
Community Additions
ADD
Show: