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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.