EdmModel.AddElements(IEnumerable<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 collection of schema elements to this model.
public void AddElements (System.Collections.Generic.IEnumerable<Microsoft.OData.Edm.IEdmSchemaElement> newElements);
member this.AddElements : seq<Microsoft.OData.Edm.IEdmSchemaElement> -> unit
Public Sub AddElements (newElements As IEnumerable(Of IEdmSchemaElement))
Parameters
- newElements
- IEnumerable<IEdmSchemaElement>
Elements to be added.