Click or drag to resize
SelectSQLSQLQuery Field

[This is preliminary documentation and is subject to change.]

The SQL query that generates data for the drop down. The SQL statement MUST return two columns, the first column being the key for the row. The key is what is stored in the database. The key MUST be unique.

Namespace: CSC.SC.TOPICA4.Template
Assembly: CSC.SC.TOPICA4.Template (in CSC.SC.TOPICA4.Template.dll) Version: 4.30.6239.27196
Syntax
C#
public string SQLQuery

Field Value

Type: String
See Also