FieldMetadata Constructor (Int32, EdmMember)

 

Initializes a new FieldMetadata object with the specified ordinal value and field type.

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

public FieldMetadata(
	int ordinal,
	EdmMember fieldType
)

Parameters

ordinal
Type: System.Int32

An integer specified the location of the metadata.

fieldType
Type: System.Data.Entity.Core.Metadata.Edm.EdmMember

The field type.