EdmProperty.SetMetadataProperties Method (IEnumerable<MetadataProperty>)

 

Sets the metadata properties.

Namespace:   System.Data.Entity.Core.Metadata.Edm
Assembly:  EntityFramework (in EntityFramework.dll)

public void SetMetadataProperties(
	IEnumerable<MetadataProperty> metadataProperties
)

Parameters

metadataProperties
Type: System.Collections.Generic.IEnumerable<MetadataProperty>

The metadata properties to be set.