Windows apps
Collapse the table of content
Expand the table of content
Information
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.

Namespace:   System.Data.EntityClient
Assembly:  System.Data.Entity (in System.Data.Entity.dll)

public:
property EdmType^ EdmType {
	EdmType^ get();
	void set(EdmType^ value);
}

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
Return to top
Show:
© 2017 Microsoft