FieldMetadata Structure

 

FieldMetadata class providing the correlation between the column ordinals and MemberMetadata.

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

[SuppressMessageAttribute("Microsoft.Performance", "CA1815:OverrideEqualsAndOperatorEqualsOnValueTypes")]
public struct FieldMetadata

NameDescription
System_CAPS_pubmethodFieldMetadata(Int32, EdmMember)

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

NameDescription
System_CAPS_pubpropertyFieldType

Gets the type of field for this FieldMetadata object.

System_CAPS_pubpropertyOrdinal

Gets the ordinal for this FieldMetadata object.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from ValueType.)

System_CAPS_pubmethodGetHashCode()

(Inherited from ValueType.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from ValueType.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.