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
- 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.