MetaTable.RowType Property

Definition

Gets the MetaType that describes the type of the rows of the table.

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

Property Value

The type of rows in the table.

Applies to