Share via


EdmModel Constructors

Definition

Overloads

EdmModel()

Initializes a new instance of the EdmModel class.

EdmModel(Boolean)

Initializes a new instance of the EdmModel class.

EdmModel()

Initializes a new instance of the EdmModel class.

public EdmModel ();
Public Sub New ()

Applies to

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.

Applies to