ConventionAnnotatable.CreateAnnotation(String, Object) Yöntem

Tanım

Yeni bir ek açıklama oluşturur.

protected override Microsoft.EntityFrameworkCore.Infrastructure.Annotation CreateAnnotation (string name, object value);
protected override Microsoft.EntityFrameworkCore.Infrastructure.Annotation CreateAnnotation (string name, object? value);
override this.CreateAnnotation : string * obj -> Microsoft.EntityFrameworkCore.Infrastructure.Annotation
Protected Overrides Function CreateAnnotation (name As String, value As Object) As Annotation

Parametreler

name
String

Ek açıklamanın anahtarı.

value
Object

Ek açıklamada depolanacak değer.

Döndürülenler

Annotation

Yeni oluşturulan ek açıklama.

Şunlara uygulanır