Partager via


Méthode ODataUtils.SaveODataAnnotations (IEdmModel, IEdmEntityType)

Active les représentations en mémoire des annotations spécifiques à OData prises en charge dans leur format sérialisable.

Espace de noms :  Microsoft.Data.OData
Assembly :  Microsoft.Data.OData (en Microsoft.Data.OData.dll)

Syntaxe

'Déclaration
<ExtensionAttribute> _
Public Shared Sub SaveODataAnnotations ( _
    model As IEdmModel, _
    entityType As IEdmEntityType _
)
'Utilisation
Dim model As IEdmModel
Dim entityType As IEdmEntityType

model.SaveODataAnnotations(entityType)
public static void SaveODataAnnotations(
    this IEdmModel model,
    IEdmEntityType entityType
)
[ExtensionAttribute]
public:
static void SaveODataAnnotations(
    IEdmModel^ model, 
    IEdmEntityType^ entityType
)
static member SaveODataAnnotations : 
        model:IEdmModel * 
        entityType:IEdmEntityType -> unit 
public static function SaveODataAnnotations(
    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 SaveODataAnnotations

Espace de noms Microsoft.Data.OData