EdmModel Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
EdmModel() |
Initializes a new instance of the EdmModel class. |
EdmModel(Boolean) |
Initializes a new instance of the EdmModel class. |
EdmModel()
EdmModel(Boolean)
Initializes a new instance of the EdmModel class.
public EdmModel (bool includeDefaultVocabularies);
new Microsoft.OData.Edm.EdmModel : bool -> Microsoft.OData.Edm.EdmModel
Public Sub New (includeDefaultVocabularies As Boolean)
Parameters
- includeDefaultVocabularies
- Boolean
a boolean value indicating whether to embed the built-in vocabulary models.