Method CopyTo
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
queryParameterQueryParameter<T>The source query parameter.
destinationQueryParameterQueryParameter<T>The destination query parameter.
Type Parameters
TThe type of the entity.