ModelStore.CreateElement<TElement> Method

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Function CreateElement(Of TElement As IModelElement) As TElement
public TElement CreateElement<TElement>()
where TElement : IModelElement
public:
generic<typename TElement>
where TElement : IModelElement
TElement CreateElement()
member CreateElement : unit -> 'TElement  when 'TElement : IModelElement
JScript does not support generic types or methods.

Type Parameters

  • TElement

Return Value

Type: TElement

.NET Framework Security

See Also

Reference

ModelStore Class

CreateElement Overload

Microsoft.Data.Schema.SchemaModel Namespace