次の方法で共有


IRelationalModel.FindTable(String, String) メソッド

定義

指定した名前のテーブルを取得します。 指定した名前の 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 指定された名前のテーブルが定義されていない場合は。

適用対象