Share via


EntityParameter.EdmType Property

Definition

Gets or sets the type of the parameter, expressed as an EdmType.

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

Property Value

The type of the parameter, expressed as an EdmType.

Applies to