ODataUtils.LoadODataAnnotations 方法 (IEdmModel, IEdmEntityType, Int32)
將支援的 OData 特定可序列化註釋載入為其記憶體內部表示。
命名空間: Microsoft.Data.OData
組件: Microsoft.Data.OData (在 Microsoft.Data.OData.dll 中)
語法
'宣告
<ExtensionAttribute> _
Public Shared Sub LoadODataAnnotations ( _
model As IEdmModel, _
entityType As IEdmEntityType, _
maxEntityPropertyMappingsPerType As Integer _
)
'用途
Dim model As IEdmModel
Dim entityType As IEdmEntityType
Dim maxEntityPropertyMappingsPerType As Integer
model.LoadODataAnnotations(entityType, _
maxEntityPropertyMappingsPerType)
public static void LoadODataAnnotations(
this IEdmModel model,
IEdmEntityType entityType,
int maxEntityPropertyMappingsPerType
)
[ExtensionAttribute]
public:
static void LoadODataAnnotations(
IEdmModel^ model,
IEdmEntityType^ entityType,
int maxEntityPropertyMappingsPerType
)
static member LoadODataAnnotations :
model:IEdmModel *
entityType:IEdmEntityType *
maxEntityPropertyMappingsPerType:int -> unit
public static function LoadODataAnnotations(
model : IEdmModel,
entityType : IEdmEntityType,
maxEntityPropertyMappingsPerType : int
)
參數
- model
型別:Microsoft.Data.Edm.IEdmModel
包含註釋的 IEdmModel。
- entityType
型別:Microsoft.Data.Edm.IEdmEntityType
要處理的 IEdmEntityType。
- maxEntityPropertyMappingsPerType
型別:System.Int32
實體型別 (在型別本身及其所有基底型別中) 要找到的實體對應屬性最大數目。
使用注意事項
在 Visual Basic 及 C# 中,您可以在任何型別 IEdmModel 的物件上將這個方法做為執行個體方法呼叫。使用執行個體方法語法呼叫這個方法時,請省略第一個參數。如需詳細資訊,請參閱 https://msdn.microsoft.com/zh-tw/library/bb384936(v=vs.103) 或 https://msdn.microsoft.com/zh-tw/library/bb383977(v=vs.103)。