MetaType.Table Property

Definition

When overridden in a derived class, gets the MetaTable that uses this MetaType for row definition.

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

Property Value

A meta-table that uses the current meta-type for its row definition.

Applies to