Méthode ODataUtils.LoadODataAnnotations (IEdmModel, 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, _
maxEntityPropertyMappingsPerType As Integer _
)
'Utilisation
Dim model As IEdmModel
Dim maxEntityPropertyMappingsPerType As Integer
model.LoadODataAnnotations(maxEntityPropertyMappingsPerType)
public static void LoadODataAnnotations(
this IEdmModel model,
int maxEntityPropertyMappingsPerType
)
[ExtensionAttribute]
public:
static void LoadODataAnnotations(
IEdmModel^ model,
int maxEntityPropertyMappingsPerType
)
static member LoadODataAnnotations :
model:IEdmModel *
maxEntityPropertyMappingsPerType:int -> unit
public static function LoadODataAnnotations(
model : IEdmModel,
maxEntityPropertyMappingsPerType : int
)
Paramètres
- model
Type : Microsoft.Data.Edm.IEdmModel
IEdmModel à 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).