EntityParameter.EdmType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.