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
Bekerjasama dengan kami di GitHub
Sumber untuk kandungan ini boleh didapati di GitHub, di mana anda juga boleh mencipta dan menyemak isu dan menarik permintaan. Untuk maklumat lanjut, lihat panduan penyumbang kami.