Method GetFriendlyQuerystring
- Namespace
 - Innova.Data.StructuredSearch
 
- Assembly
 - Innova.Data.dll
 
GetFriendlyQuerystring<T>(EntityQuery<T>)
Gets the friendly query string representation of the EntityQuery<T>.
public static string GetFriendlyQuerystring<T>(this EntityQuery<T> entityQuery) where T : class
Parameters
entityQueryEntityQuery<T>The entity query.
Returns
- string
 The friendly query string.
Type Parameters
TThe type of the entity.