IRelationalModel.FindTable(String, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得具有指定名稱的資料表。 如果未定義具有指定名稱的資料表,則傳 null
回 。
public Microsoft.EntityFrameworkCore.Metadata.ITable FindTable (string name, string schema);
public Microsoft.EntityFrameworkCore.Metadata.ITable? FindTable (string name, string? schema);
abstract member FindTable : string * string -> Microsoft.EntityFrameworkCore.Metadata.ITable
Public Function FindTable (name As String, schema As String) As ITable
參數
- name
- String
資料表的名稱。
- schema
- String
資料表的結構描述。
傳回
具有指定名稱的資料表,如果沒有 null
定義具有指定名稱的資料表,則為 。