MobileForms Toolkit Documentation

DataConnector.ConnectionString Property

Gets or sets the connection string.

public string ConnectionString {get; set;}

Property Value

The connection string for the Connection of the Command, default value is Empty

Remarks

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.

See Also

DataConnector Class | Resco.Controls.AdvancedList Namespace