EdmModel.AddElement(IEdmSchemaElement) 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 schema element to this model.
public void AddElement (Microsoft.OData.Edm.IEdmSchemaElement element);
member this.AddElement : Microsoft.OData.Edm.IEdmSchemaElement -> unit
Public Sub AddElement (element As IEdmSchemaElement)
Parameters
- element
- IEdmSchemaElement
Element to be added.