EdmModel.AddElements(IEnumerable<IEdmSchemaElement>) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Dodaje kolekcję elementów schematu do tego modelu.
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))
Parametry
- newElements
- IEnumerable<IEdmSchemaElement>
Elementy do dodania.