AnnotatableBase.FindAnnotation(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得具有指定名稱的注釋,如果不存在,則傳 null
回 。
public virtual Microsoft.EntityFrameworkCore.Infrastructure.Annotation? FindAnnotation (string name);
abstract member FindAnnotation : string -> Microsoft.EntityFrameworkCore.Infrastructure.Annotation
override this.FindAnnotation : string -> Microsoft.EntityFrameworkCore.Infrastructure.Annotation
Public Overridable Function FindAnnotation (name As String) As Annotation
參數
- name
- String
要尋找之注釋的索引鍵。
傳回
如果具有指定名稱的注釋已經存在,則為現有的批註。 否則為 null
。