GetMetadata()
Returns back meta information depending on the object passed in
GetMetadata( object=any, source=boolean );
Returns: any
| Argument | Description |
|---|---|
|
object
any,
optional
|
edit
A component, user-defined function, query object, XML, etc. Within a CFC, the parameter can also specify the This scope Alias: value |
|
source
boolean,
optional
|
edit
return information of the source of the object |
Examples
editq = queryNew("id,name","numeric,varchar");
dump(GetMetadata(q));
See also
- Components (CFCs)
- Debugging
- Objects
- Queries
- GetComponentMetaData()
- any.getMetadata()
- Search Issue Tracker open_in_new
- Search Lucee Test Cases open_in_new (good for further, detailed examples)