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 element to the EDM library.
Namespace: Microsoft.Data.Edm.Library
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Sub AddElement ( _
element As IEdmSchemaElement _
)
'Usage
Dim instance As EdmModel
Dim element As IEdmSchemaElement
instance.AddElement(element)
public void AddElement(
IEdmSchemaElement element
)
public:
void AddElement(
IEdmSchemaElement^ element
)
member AddElement :
element:IEdmSchemaElement -> unit
public function AddElement(
element : IEdmSchemaElement
)
Parameters
- element
Type: Microsoft.Data.Edm.IEdmSchemaElement
The element to be added.