Gets or sets the command text.
The command text for the Command, default value is Empty
When no command is defined, this property has no effect, otherwise it is a shortcut property for access to the CommandText property of the Command.
Note This property is used in the design time for the Compact Framework to set up the command text. If it is set in the runtime, and no command was supplied, then new instance of the SqlCeCommand and the SqlCeConnection is created.
AdvancedList1.DbConnector.CommandText = "SELECT * FROM customers" & orderBy
DataConnector Class | Resco.Controls.AdvancedList Namespace