MetaTable::RowType Property

 

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

Namespace:   System.Data.Linq.Mapping
Assembly:  System.Data.Linq (in System.Data.Linq.dll)

public:
property MetaType^ RowType {
	virtual MetaType^ get() abstract;
}

Property Value

Type: System.Data.Linq.Mapping::MetaType^

The type of rows in the table.

.NET Framework
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Return to top
Show: