Title:
Member Functions introduced in ColdFusion (2018 release)
|
View in Portal
<p>In the 2018 release of ColdFusion, we have introduced new Built-In Functions(BIF) to manipulate different objects using a single line invocation. Query Functions QueryDeleteRow( Object query, int rowNum ) QueryDeleteColumn( Object query, String columnName) Arrays Functions ArrayFirst(List list) ArrayLast(List list) XML Functions XmlIsEmpty( XmlNodeList xmlNodeList ) XmlCount( XmlNodeList xml ) XmlAppend( XmlNodeList xml1, XmlNodeList xml2 ) XmlUpdate( XmlNodeList xml, String key, Object value ) XmlKeyList( XmlNodeList xml ) XmlKeyArray( XmlNodeList xml ) Async Functions RunAsync() RunAsync(UDFMethod method) RunAsync(UDFMethod method, long […]</p>
<p>The post <a rel="nofollow" href="https://coldfusion.adobe.com/2018/07/member-functions-coldfusion-2018/">Member Functions introduced in ColdFusion (2018 release)</a> appeared first on <a rel="nofollow" href="https://coldfusion.adobe.com">ColdFusion</a>.</p>
Labels:
Blog, CF2018 Updates, ColdFusion 2018, 2018, BIF, blog, cf2018 updates, CFML, chaining, coldfusion 2018, functions, member function
Comments: