StoreObjectIdentifier.View(String, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立檢視識別碼。
public static Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier View (string name, string schema);
public static Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier View (string name, string? schema = default);
static member View : string * string -> Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier
Public Shared Function View (name As String, schema As String) As StoreObjectIdentifier
Public Shared Function View (name As String, Optional schema As String = Nothing) As StoreObjectIdentifier
參數
- name
- String
檢視名稱。
- schema
- String
檢視架構。
傳回
檢視識別碼。