MobileForms Toolkit Documentation

DataConnector.Command Property

Gets or sets the IDbCommand used to retrieve data.

public virtual System.Data.IDbCommand Command {get; set;}

Property Value

IDbCommand used to retrieve data. Default value is a null reference

Remarks

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.

See Also

DataConnector Class | Resco.Controls.AdvancedComboBox Namespace