EdmModelBase Constructor
Initializes a new instance of the EdmModelBase class.
Namespace: Microsoft.Data.Edm.Library
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Protected Sub New ( _
referencedModels As IEnumerable(Of IEdmModel), _
annotationsManager As EdmDirectValueAnnotationsManager _
)
'Usage
Dim referencedModels As IEnumerable(Of IEdmModel)
Dim annotationsManager As EdmDirectValueAnnotationsManager
Dim instance As New EdmModelBase(referencedModels, _
annotationsManager)
protected EdmModelBase(
IEnumerable<IEdmModel> referencedModels,
EdmDirectValueAnnotationsManager annotationsManager
)
protected:
EdmModelBase(
IEnumerable<IEdmModel^>^ referencedModels,
EdmDirectValueAnnotationsManager^ annotationsManager
)
new :
referencedModels:IEnumerable<IEdmModel> *
annotationsManager:EdmDirectValueAnnotationsManager -> EdmModelBase
protected function EdmModelBase(
referencedModels : IEnumerable<IEdmModel>,
annotationsManager : EdmDirectValueAnnotationsManager
)
Parameters
- referencedModels
Type: System.Collections.Generic.IEnumerable<IEdmModel>
- annotationsManager
Type: Microsoft.Data.Edm.Library.Annotations.EdmDirectValueAnnotationsManager
Annotations manager for the model to use.