DbContext::ToString Method

Entity Framework 5.0

Returns a string representation of the context.

Namespace:  System.Data.Entity
Assembly:  EntityFramework (in EntityFramework.dll)

public:
virtual String^ ToString() override

Return Value

Type: System::String
A string representation of the context.
Show: