Aracılığıyla paylaş


PropertiesConfigurationBuilder.HaveAnnotation(String, Object) Yöntem

Tanım

Özelliğine ek açıklama ekler veya güncelleştirir.

public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.PropertiesConfigurationBuilder HaveAnnotation (string annotation, object value);
abstract member HaveAnnotation : string * obj -> Microsoft.EntityFrameworkCore.Metadata.Builders.PropertiesConfigurationBuilder
override this.HaveAnnotation : string * obj -> Microsoft.EntityFrameworkCore.Metadata.Builders.PropertiesConfigurationBuilder
Public Overridable Function HaveAnnotation (annotation As String, value As Object) As PropertiesConfigurationBuilder

Parametreler

annotation
String

Eklenecek veya güncelleştirilecek ek açıklamanın anahtarı.

value
Object

Ek açıklamaya depolanacak değer.

Döndürülenler

Birden çok yapılandırma çağrısının zincirlenebilmesi için aynı oluşturucu örneği.

Şunlara uygulanır