Table of Contents

Method HasValidSearchQuery

Namespace
Innova.Data.Entity
Assembly
Innova.Data.dll

HasValidSearchQuery<T>(QueryParameter<T>)

Checks if the query parameter has a valid search query.

public static bool HasValidSearchQuery<T>(this QueryParameter<T> queryParameter) where T : class

Parameters

queryParameter QueryParameter<T>

The query parameter.

Returns

bool

true if the query parameter has a valid search query; otherwise, false.

Type Parameters

T

The type of the entity.