ModelStore.CreateAnnotation<TAnnotation> Method

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

Syntax

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

Type Parameters

  • TAnnotation

Return Value

Type: TAnnotation

.NET Framework Security

See Also

Reference

ModelStore Class

CreateAnnotation Overload

Microsoft.Data.Schema.SchemaModel Namespace