Class LABKEY.Query.Filter.MemberOf
Extends
LABKEY.Query.Filter.
LABKEY.Query.Filter.MemberOf subclass of LABKEY.Query.Filter.
Finds rows where the column value corresponds to a user that is a member of a group with the id of the supplied filter value.
Defined in: Query.js.
Constructor Attributes | Constructor Name and Description |
---|---|
LABKEY.Query.Filter.MemberOf(columnName, value)
|
- Methods borrowed from class LABKEY.Query.Filter:
- getColumnName, getFilterType, getURLParameterName, getURLParameterValue, getValue
Class Detail
LABKEY.Query.Filter.MemberOf(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.