MappingSource.CreateModel Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Creates a new mapping model.
Namespace: System.Data.Linq.Mapping
Assembly: System.Data.Linq (in System.Data.Linq.dll)
Syntax
'Declaration
Protected MustOverride Function CreateModel ( _
dataContextType As Type _
) As MetaModel
protected abstract MetaModel CreateModel(
Type dataContextType
)
Parameters
- dataContextType
Type: System.Type
The type of DataContext on which to base the mapping.
Return Value
Type: System.Data.Linq.Mapping.MetaModel
The meta-model created to match the current mapping scheme.
Version Information
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.