ToString() public method

Outputs the string representation of the query context.
public ToString ( ) : String
return String
コード例 #1
0
 /// <summary>
 /// Returns a string representation of the query.
 /// </summary>
 /// <returns>A string variable.</returns>
 public override string ToString()
 {
     return(_query.ToString());
 }