TableProvider::ToString Method ()

 

Returns the Name property of the TableProvider instance.

Namespace:   System.Web.DynamicData.ModelProviders
Assembly:  System.Web.DynamicData (in System.Web.DynamicData.dll)

public:
virtual String^ ToString() override

Return Value

Type: System::String^

The name of the TableProvider instance. If the Name property is null, the base class Name property is returned.

This method is intended for debugging purposes.

.NET Framework
Available since 3.5
Return to top
Show: