Share via


EdmModel.AddElements(IEnumerable<IEdmSchemaElement>) Method

Definition

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.

Applies to