Skip to content

v5.1.2

Compare
Choose a tag to compare
@Valodya Valodya released this 03 Oct 16:44
· 585 commits to master since this release

change signatures for setProperties method of DataQueryBuilder, now the method accepts properties
as String or list of Strings

setProperties(properties: string | Array<string>): Backendless.DataQueryBuilder;