ContextConfiguration.MetadataProviderFactory Property

 

Gets or sets the metadata provider.

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

member MetadataProviderFactory : Func<Type, TypeDescriptionProvider> with get, set

Property Value

Type: System.Func<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: