DbQuery::ToString Method

Entity Framework 5.0

Returns a String representation of the underlying query.

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

public:
virtual String^ ToString() override

Return Value

Type: System::String
The query string.
Show: