DbRawSqlQuery<TElement>::ToString Method ()

Entity Framework 6.0
 

Returns a String that contains the SQL string that was set when the query was created. The parameters are not included.

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

public:
virtual String^ ToString() override

Return Value

Type: System::String^

A String that represents this instance.

Return to top
Show: