MappingSource::CreateModel Method (Type^)

 

Creates a new mapping model.

Namespace:   System.Data.Linq.Mapping
Assembly:  System.Data.Linq (in System.Data.Linq.dll)

protected:
virtual MetaModel^ CreateModel(
	Type^ dataContextType
) abstract

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.

.NET Framework
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Return to top
Show: