Constructeur EdmModelBase
Initialise une nouvelle instance de la classe EdmModelBase.
Espace de noms : Microsoft.Data.Edm.Library
Assembly : Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)
Syntaxe
'Déclaration
Protected Sub New ( _
references As IEnumerable(Of IEdmModel), _
annotationsManager As EdmDirectValueAnnotationsManager _
)
'Utilisation
Dim references As IEnumerable(Of IEdmModel)
Dim annotationsManager As EdmDirectValueAnnotationsManager
Dim instance As New EdmModelBase(references, _
annotationsManager)
protected EdmModelBase(
IEnumerable<IEdmModel> references,
EdmDirectValueAnnotationsManager annotationsManager
)
protected:
EdmModelBase(
IEnumerable<IEdmModel^>^ references,
EdmDirectValueAnnotationsManager^ annotationsManager
)
new :
references:IEnumerable<IEdmModel> *
annotationsManager:EdmDirectValueAnnotationsManager -> EdmModelBase
protected function EdmModelBase(
references : IEnumerable<IEdmModel>,
annotationsManager : EdmDirectValueAnnotationsManager
)
Paramètres
- references
Type : System.Collections.Generic.IEnumerable<IEdmModel>
Modèles auxquels ce modèle fait référence.
- annotationsManager
Type : Microsoft.Data.Edm.Library.Annotations.EdmDirectValueAnnotationsManager
Gestionnaire d'annotations pour le modèle à utiliser.