IView 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示資料庫中的檢視。
public interface IView : Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable, Microsoft.EntityFrameworkCore.Metadata.ITableBase
type IView = interface
interface ITableBase
interface IAnnotatable
type IView = interface
interface ITableBase
interface IAnnotatable
interface IReadOnlyAnnotatable
Public Interface IView
Implements IAnnotatable, ITableBase
- 實作
備註
如需詳細資訊和範例,請參閱 模型化實體類型和關聯 性。
屬性
Columns |
取得為此檢視定義的資料行。 |
ComplexTypeMappings |
取得複雜型別對應。 (繼承來源 ITableBase) |
EntityTypeMappings |
取得實體類型對應。 |
IsShared |
取得值,指出多個實體類型是否共用資料表中的資料列。 (繼承來源 ITableBase) |
Item[String] |
取得具有指定名稱之注釋的值,如果不存在,則傳 |
Model |
取得資料庫模型。 (繼承來源 ITableBase) |
Name |
取得資料庫中資料表的名稱。 (繼承來源 ITableBase) |
Schema |
取得資料庫中資料表的架構。 (繼承來源 ITableBase) |
SchemaQualifiedName |
取得資料庫中資料表的架構限定名稱。 (繼承來源 ITableBase) |
ViewDefinitionSql |
取得檢視定義,如果 |
方法
明確介面實作
ITableBase.ToDebugString(MetadataDebugStringOptions, Int32) |
建立人類可讀取的指定中繼資料標記法。 警告:不要依賴傳回字串的格式。 它專為偵錯而設計,而且可能會在發行之間任意變更。 |
擴充方法
AnnotationsToDebugString(IAnnotatable, Int32) |
取得 物件上宣告之所有注釋的偵錯字串。 |
GetAnnotation(IAnnotatable, String) |
取得具有指定名稱的注釋,如果不存在,則會擲回。 |
ToDebugString(IView, MetadataDebugStringOptions, Int32) |
建立人類可讀取的指定中繼資料標記法。 警告:不要依賴傳回字串的格式。 它專為偵錯而設計,而且可能會在發行之間任意變更。 |