ITableBase.FindColumn 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
FindColumn(IProperty) |
取得對應至指定屬性的資料行。 如果沒有資料行對應至指定的屬性,則傳 |
FindColumn(String) |
取得具有指定名稱的資料行。
|
FindColumn(IProperty)
取得對應至指定屬性的資料行。 如果沒有資料行對應至指定的屬性,則傳 null
回 。
public Microsoft.EntityFrameworkCore.Metadata.IColumnBase FindColumn (Microsoft.EntityFrameworkCore.Metadata.IProperty property);
public Microsoft.EntityFrameworkCore.Metadata.IColumnBase? FindColumn (Microsoft.EntityFrameworkCore.Metadata.IProperty property);
abstract member FindColumn : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.Metadata.IColumnBase
Public Function FindColumn (property As IProperty) As IColumnBase
參數
- property
- IProperty
傳回
適用於
FindColumn(String)
取得具有指定名稱的資料行。
null
如果未定義具有指定名稱的資料行,則傳回 。
public Microsoft.EntityFrameworkCore.Metadata.IColumnBase FindColumn (string name);
public Microsoft.EntityFrameworkCore.Metadata.IColumnBase? FindColumn (string name);
abstract member FindColumn : string -> Microsoft.EntityFrameworkCore.Metadata.IColumnBase
Public Function FindColumn (name As String) As IColumnBase
參數
- name
- String