共用方式為


AnnotatableBuilder<TMetadata,TModelBuilder>.IConventionAnnotatableBuilder.CanSetAnnotation 方法

定義

傳回值,指出是否可以從這個組態來源設定具有指定名稱和值的注釋。

[System.Diagnostics.DebuggerStepThrough]
bool IConventionAnnotatableBuilder.CanSetAnnotation (string name, object value, bool fromDataAnnotation);
[System.Diagnostics.DebuggerStepThrough]
bool IConventionAnnotatableBuilder.CanSetAnnotation (string name, object? value, bool fromDataAnnotation);
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionAnnotatableBuilder.CanSetAnnotation : string * obj * bool -> bool
override this.Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionAnnotatableBuilder.CanSetAnnotation : string * obj * bool -> bool
Function CanSetAnnotation (name As String, value As Object, fromDataAnnotation As Boolean) As Boolean Implements IConventionAnnotatableBuilder.CanSetAnnotation

參數

name
String

要加入的批註名稱。

value
Object

要儲存在注釋中的值。

fromDataAnnotation
Boolean

指出是否已使用資料批註指定組態。

傳回

true 如果可以設定注釋,則為 , false 否則為 。

實作

屬性

適用於