MobileForms Toolkit Documentation

DataConnector.Current Property

Gets the current row of data.

public virtual System.Collections.IList Current {get;}

Property Value

IList containing the data from the source.

Implements

IDataConnector.Current

Remarks

Current data can be accessed multiple times until the call to a MoveNext method.

See Also

DataConnector Class | Resco.Controls.AdvancedList Namespace