Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds an IEdmSchemaElement to the EDM library.
Namespace: Microsoft.Data.Edm.Library
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Sub AddElements ( _
newElements As IEnumerable(Of IEdmSchemaElement) _
)
'Usage
Dim instance As EdmModel
Dim newElements As IEnumerable(Of IEdmSchemaElement)
instance.AddElements(newElements)
public void AddElements(
IEnumerable<IEdmSchemaElement> newElements
)
public:
void AddElements(
IEnumerable<IEdmSchemaElement^>^ newElements
)
member AddElements :
newElements:IEnumerable<IEdmSchemaElement> -> unit
public function AddElements(
newElements : IEnumerable<IEdmSchemaElement>
)
Parameters
- newElements
Type: System.Collections.Generic.IEnumerable<IEdmSchemaElement>
The new elements to be added.