次の方法で共有


IConventionIndexBuilder.HasNoAnnotation(String, Boolean) メソッド

定義

指定した名前の注釈をこのオブジェクトから削除します。

public Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionIndexBuilder? HasNoAnnotation (string name, bool fromDataAnnotation = false);
abstract member HasNoAnnotation : string * bool -> Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionIndexBuilder
Public Function HasNoAnnotation (name As String, Optional fromDataAnnotation As Boolean = false) As IConventionIndexBuilder

パラメーター

name
String

削除する注釈の名前。

fromDataAnnotation
Boolean

構成がデータ注釈を使用して指定されたかどうかを示します。

戻り値

IConventionIndexBuilder注釈が設定nullされている場合は構成を続行する 。それ以外の場合は 。

適用対象