MappingSource.GetModel Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns the mapping model.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
Parameters
- dataContextType
- Type: System.Type
The type of DataContext of the model to be returned.
Return Value
Type: System.Data.Linq.Mapping.MetaModelThe mapping model associated with this mapping source.
Show: