MappingSource.CreateModel Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Creates a new mapping model.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
Parameters
- dataContextType
- Type: System.Type
The type of DataContext on which to base the mapping.
Return Value
Type: System.Data.Linq.Mapping.MetaModelThe meta-model created to match the current mapping scheme.
Show: