Class LABKEY.Query.FieldMetaDataLookup
Lookup metadata about a single field.
Additional Documentation:
Defined in: Query.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Field Attributes | Field Name and Description |
---|---|
containerPath
The path to the container that this lookup points to, if not the current container
|
|
The name of the column in the lookup's target that will be shown as its value, instead of the raw key value
|
|
The name of column in the lookup's target that will be joined to the value in the local field
|
|
Whether the target of this lookup is exposed as a top-level query
|
|
queryName
The name of the query that this lookup targets
|
|
schemaName
The name of the schema that this lookup targets
|
Field Detail
{String}
containerPath
The path to the container that this lookup points to, if not the current container
{String}
displayColumn
The name of the column in the lookup's target that will be shown as its value, instead of the raw key value
{String}
keyColumn
The name of column in the lookup's target that will be joined to the value in the local field
{boolean}
public
Whether the target of this lookup is exposed as a top-level query
{String}
queryName
The name of the query that this lookup targets
{String}
schemaName
The name of the schema that this lookup targets