Gets or sets the IDbCommand used to retrieve data.
IDbCommand used to retrieve data. Default value is a null reference
The Command property must be set prior to using the DataConnector.
Note In Compact Framework if the CommandText or the ConnectionString is set in designtime or Command is accessed in runtime and no command is supplied before, the new instance of the SqlCeCommand and the SqlCeConnection will be created.
DataConnector Class | Resco.Controls.AdvancedComboBox Namespace