Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.