EdmModel.AddReferencedModel(IEdmModel) Method
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.
Adds a model reference to this model.
public void AddReferencedModel (Microsoft.OData.Edm.IEdmModel model);
override this.AddReferencedModel : Microsoft.OData.Edm.IEdmModel -> unit
Public Sub AddReferencedModel (model As IEdmModel)
Parameters
- model
- IEdmModel
The model to be referenced.