MetaTable::TableName Property

 

Gets the name of the table as defined by the database.

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

public:
property String^ TableName {
	virtual String^ get() abstract;
}

Property Value

Type: System::String^

A string representing the name of the table.

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