EntityParameter.EdmType 属性

定义

获取或设置表示为为 EdmType 的参数类型。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

属性值

EdmType

作为 Edm 类型的值的参数类型。The type of the parameter, expressed as an EdmType.

注解

可能为 null (如果未设置) ,则它将为 null。May be null (which is what it will be if unset). 这意味着 DbType 包含所有类型信息。This means that the DbType contains all the type information. 非 null 值不能矛盾 DbType (仅重述或 specialize) 。Non-null values must not contradict DbType (only restate or specialize).

适用于