共用方式為


MetaType.Table 屬性

定義

在衍生類別中覆寫時,會取得使用此 MetaType 作為資料列定義的 MetaTable

public:
 abstract property System::Data::Linq::Mapping::MetaTable ^ Table { System::Data::Linq::Mapping::MetaTable ^ get(); };
public abstract System.Data.Linq.Mapping.MetaTable Table { get; }
member this.Table : System.Data.Linq.Mapping.MetaTable
Public MustOverride ReadOnly Property Table As MetaTable

屬性值

使用目前中繼型別定義其資料列的中繼資料表。

適用於