DbRawSqlQuery<TElement>.ToString Method ()

 

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 override string ToString()

Return Value

Type: System.String

A String that represents this instance.