Table of Contents

Method ApplyToQueryParameter

Namespace
Innova.Prism.Library.ExtensionMethods
Assembly
Innova.Prism.Library.dll

ApplyToQueryParameter<T>(Paging, QueryParameter<T>)

public static void ApplyToQueryParameter<T>(this Paging paging, QueryParameter<T> queryParameter) where T : class

Parameters

paging Paging
queryParameter QueryParameter<T>

Type Parameters

T