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