Table of Contents

Method CopyTo

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

CopyTo<T>(QueryParameter<T>, QueryParameter<T>)

Copies the query parameter to another query parameter.

public static void CopyTo<T>(this QueryParameter<T> queryParameter, QueryParameter<T> destinationQueryParameter) where T : class

Parameters

queryParameter QueryParameter<T>

The source query parameter.

destinationQueryParameter QueryParameter<T>

The destination query parameter.

Type Parameters

T

The type of the entity.