EntityParameter.EdmType Property

Definition

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

public:
 property System::Data::Metadata::Edm::EdmType ^ EdmType { System::Data::Metadata::Edm::EdmType ^ get(); void set(System::Data::Metadata::Edm::EdmType ^ value); };
public System.Data.Metadata.Edm.EdmType EdmType { get; set; }
member this.EdmType : System.Data.Metadata.Edm.EdmType with get, set
Public Property EdmType As EdmType

Property Value

The type of the parameter, expressed as an EdmType.

Remarks

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).

Applies to