Partager via


Méthode ODataUtils.LoadODataAnnotations (IEdmModel, IEdmEntityType)

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 _
)
'Utilisation
Dim model As IEdmModel
Dim entityType As IEdmEntityType

model.LoadODataAnnotations(entityType)
public static void LoadODataAnnotations(
    this IEdmModel model,
    IEdmEntityType entityType
)
[ExtensionAttribute]
public:
static void LoadODataAnnotations(
    IEdmModel^ model, 
    IEdmEntityType^ entityType
)
static member LoadODataAnnotations : 
        model:IEdmModel * 
        entityType:IEdmEntityType -> unit 
public static function LoadODataAnnotations(
    model : IEdmModel, 
    entityType : IEdmEntityType
)

Paramètres

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).

Voir aussi

Référence

ODataUtils Classe

Surcharge LoadODataAnnotations

Espace de noms Microsoft.Data.OData