The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
EntityParameter::EdmType Property
.NET Framework (current version)
Gets or sets the type of the parameter, expressed as an EdmType.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
Property Value
Type: System.Data.Metadata.Edm::EdmType^The type of the parameter, expressed as an EdmType.
May be null (which is what it will be if unset). This means that the DbType contains all the type information. Non-null values must not contradict DbType (only restate or specialize).
.NET Framework
Available since 4.5
Available since 4.5
Show: