Aracılığıyla paylaş


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çıklamaya depolanacak değer.

Döndürülenler

Yeni oluşturulan ek açıklama.

Şunlara uygulanır