ModelStore.CreateExternalElement<TElement> Method
Creates an external element.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Protected Friend Function CreateExternalElement(Of TElement As IModelElement) As TElement
'Usage
Dim returnValue As TElement
returnValue = Me.CreateExternalElement()
protected internal TElement CreateExternalElement<TElement>()
where TElement : IModelElement
protected public:
generic<typename TElement>
where TElement : IModelElement
TElement CreateExternalElement()
JScript does not support generic types or methods.
Type Parameters
- TElement
Return Value
Type: TElement
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.