Gets or sets the connection string.
The connection string for the Connection of 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 Connection.ConnectionString property of the Command.
Note This property is used in the design time for the Compact Framework to set up the connection string. If it is set in the runtime, and no command was supplied, then new instance of the SqlCeCommand and the SqlCeConnection is created.
DataConnector Class | Resco.Controls.AdvancedList Namespace