Click or drag to resize
FieldFilterT Constructor

Namespace: Quickblox.Sdk.GeneralDataModel.Filters
Assembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public FieldFilter(
	Expression<Func<T>> selectFieldExpression,
	Object findValue
)

Parameters

selectFieldExpression
Type: System.Linq.ExpressionsExpressionFuncT

[Missing <param name="selectFieldExpression"/> documentation for "M:Quickblox.Sdk.GeneralDataModel.Filters.FieldFilter`1.#ctor(System.Linq.Expressions.Expression{System.Func{`0}},System.Object)"]

findValue
Type: SystemObject

[Missing <param name="findValue"/> documentation for "M:Quickblox.Sdk.GeneralDataModel.Filters.FieldFilter`1.#ctor(System.Linq.Expressions.Expression{System.Func{`0}},System.Object)"]

See Also