EdmMember.TypeUsage Property

Definition

Gets the instance of the TypeUsage class that contains both the type of the member and facets for the type.

public virtual System.Data.Entity.Core.Metadata.Edm.TypeUsage TypeUsage { get; protected set; }
member this.TypeUsage : System.Data.Entity.Core.Metadata.Edm.TypeUsage with get, set
Public Overridable Property TypeUsage As TypeUsage

Property Value

A TypeUsage object that contains both the type of the member and facets for the type.

Applies to