获取或设置要为实体类型(在类型本身及其所有基类型上)查找的实体映射属性的最大数目。
命名空间: Microsoft.Data.OData
程序集: Microsoft.Data.OData(在 Microsoft.Data.OData.dll 中)
语法
声明
Public Property MaxEntityPropertyMappingsPerType As Integer
Get
Set
用法
Dim instance As ODataMessageQuotas
Dim value As Integer
value = instance.MaxEntityPropertyMappingsPerType
instance.MaxEntityPropertyMappingsPerType = value
public int MaxEntityPropertyMappingsPerType { get; set; }
public:
property int MaxEntityPropertyMappingsPerType {
int get ();
void set (int value);
}
member MaxEntityPropertyMappingsPerType : int with get, set
function get MaxEntityPropertyMappingsPerType () : int
function set MaxEntityPropertyMappingsPerType (value : int)
属性值
类型:System.Int32
针对一个实体类型查找的实体映射属性的最大数量。