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