Share via


FunctionParameter.TypeUsage Property

Definition

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

public System.Data.Entity.Core.Metadata.Edm.TypeUsage TypeUsage { get; }
member this.TypeUsage : System.Data.Entity.Core.Metadata.Edm.TypeUsage
Public ReadOnly Property TypeUsage As TypeUsage

Property Value

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

Applies to