Méthode ODataUtils.LoadODataAnnotations (IEdmModel, IEdmEntityType, Int32)
Charge les annotations sérialisables spécifiques à OData prises en charge dans leurs représentations en mémoire.
Espace de noms : Microsoft.Data.OData
Assembly : Microsoft.Data.OData (en Microsoft.Data.OData.dll)
Syntaxe
'Déclaration
<ExtensionAttribute> _
Public Shared Sub LoadODataAnnotations ( _
model As IEdmModel, _
entityType As IEdmEntityType, _
maxEntityPropertyMappingsPerType As Integer _
)
'Utilisation
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
)
Paramètres
- model
Type : Microsoft.Data.Edm.IEdmModel
IEdmModel contenant les annotations.
- entityType
Type : Microsoft.Data.Edm.IEdmEntityType
IEdmEntityType à traiter.
- maxEntityPropertyMappingsPerType
Type : System.Int32
Nombre maximal d'attributs de mappage d'entité à rechercher pour un type d'entité (sur le type lui-même et tous ses types de base).
Remarque relative à l'utilisation
En Visual Basic et C#, vous pouvez appeler cette méthode comme méthode d'instance sur tout objet de type IEdmModel. Lorsque vous utilisez la syntaxe de la méthode d'instance pour appeler cette méthode, omettez le premier paramètre. Pour plus d'informations, consultez https://msdn.microsoft.com/fr-fr/library/bb384936(v=vs.103) ou https://msdn.microsoft.com/fr-fr/library/bb383977(v=vs.103).