Table of Contents

Constructor QueryParameter

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

QueryParameter()

Initializes a new instance of the QueryParameter<T> class.

public QueryParameter()

QueryParameter(Expression<Func<T, bool>>)

Initializes a new instance of the QueryParameter<T> class with the specified where expression.

public QueryParameter(Expression<Func<T, bool>> where)

Parameters

where Expression<Func<T, bool>>

The where expression.

QueryParameter(PrimaryKeys<T>)

Initializes a new instance of the QueryParameter<T> class with the specified primary keys.

public QueryParameter(PrimaryKeys<T> keys)

Parameters

keys PrimaryKeys<T>

The primary keys.