Class Index | File Index

Classes


Class LABKEY.Query.FieldMetaDataLookup

Lookup metadata about a single field.

Additional Documentation:


Defined in: Query.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
Field Attributes Field Name and Description
 
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
Class Detail
LABKEY.Query.FieldMetaDataLookup()
See:
LABKEY.Query.FieldMetaData
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

Documentation generated by JsDoc Toolkit 2.3.2 on Tue Sep 11 2018 10:10:59 GMT-0000 (UTC)