Table of Contents

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

entityQuery EntityQuery<T>

The entity query.

Returns

string

The friendly query string.

Type Parameters

T

The type of the entity.