ContextConfiguration.MetadataProviderFactory Property

 

Gets or sets the metadata provider.

Namespace:   System.Web.DynamicData
Assembly:  System.Web.DynamicData (in System.Web.DynamicData.dll)

Public Property MetadataProviderFactory As Func(Of Type, TypeDescriptionProvider)

Property Value

Type: System.Func(Of Type, TypeDescriptionProvider)

The type of the metadata provider.

This method enables you to define a custom metadata provider for a given data context.

.NET Framework
Available since 3.5
Return to top
Show: