Class Index | File Index

Classes


Class LABKEY.Query.Filter.Neq


Extends LABKEY.Query.Filter.
LABKEY.Query.Filter.Neq subclass of LABKEY.Query.Filter. Finds rows where the column value does not equal the filter value.
Defined in: Query.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
LABKEY.Query.Filter.Neq(columnName, value)
Methods borrowed from class LABKEY.Query.Filter:
getColumnName, getFilterType, getURLParameterName, getURLParameterValue, getValue
Class Detail
LABKEY.Query.Filter.Neq(columnName, value)
Parameters:
columnName
Required. The name of the column the filter will be applied to. Can be a string, array of strings, or a LABKEY.FieldKey
value
Value used as the filter criterion or an Array of values.

Documentation generated by JsDoc Toolkit 2.3.2 on Thu Jun 11 2020 17:30:57 GMT-0000 (UTC)