Tornado API Library - V12.30.08

z.dbQP Property

Quick Properties (dbQP) allows you to batch build all the write only properties for convenience and performance.

Product Version

All
[Visual Basic]
Public Property dbQP As String
[C#]
public string dbQP {set;}

Property Value

Obj.dbQP = "prop1=value1 | prop2=value2| prop3=p1 ! p4=x"

[|] delimites the properties

[!] delimites the keywords within the property to resolve the '|' conflict.

Example

X.dbQP = "m=g!sysind=t | d=nwind | bm=orders | s=1| gdf=0,1,2,3"

See Also

z Class | Tornado Namespace