MobileForms Toolkit Documentation

IDataConnector Interface

Represents a connection to an enumerable data source.

For a list of all members of this type, see IDataConnector Members.

public interface IDataConnector : IDisposable

Types that implement IDataConnector

Type Description
DataConnector Basic implementation of IDataConnector which connects to arbitrary database.

Remarks

IDataConnector is used to represent forward only readable source of data, e.g. taken from IDataReader, XMLReader or FileStream.

Requirements

Namespace: Resco.Controls.SmartGrid

Assembly: Resco.SmartGrid.CF3 (in Resco.SmartGrid.CF3.dll)

See Also

IDataConnector Members | Resco.Controls.SmartGrid Namespace