DataContext Constructors
Provides information about a data source.| Name | Parameters | Description |
|---|---|---|
| DataContext() | none | Initializes a new instance of the DataContext class with the default settings. |
| DataContext(Boolean) | suppressListFilling | Initializes a new instance of the DataContext class with the specified settings. |
See Also