Aracılığıyla paylaş


AnnotatableBase.CreateRuntimeAnnotation(String, Object) Yöntem

Tanım

Yeni bir çalışma zamanı ek açıklaması oluşturur.

protected virtual Microsoft.EntityFrameworkCore.Infrastructure.Annotation CreateRuntimeAnnotation (string name, object? value);
abstract member CreateRuntimeAnnotation : string * obj -> Microsoft.EntityFrameworkCore.Infrastructure.Annotation
override this.CreateRuntimeAnnotation : string * obj -> Microsoft.EntityFrameworkCore.Infrastructure.Annotation
Protected Overridable Function CreateRuntimeAnnotation (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