Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DbContext.ToString Method ()

Entity Framework 6.0
 

Returns the string representation of the DbContext.

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

[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public override string ToString()

Return Value

Type: System.String

The string representation of the DbContext.

Return to top
Show: