GoogleMap Control
PerformDataBinding Method (data)
Namespaces ► Artem.Google.UI ► GoogleMarkers ► PerformDataBinding(IEnumerable)
GoogleMap Control v6.0
Declaration Syntax
Parameters
Assembly: Artem.Google (Module: Artem.Google) Version: 6.0.0.0 (6.0.11322.1118)
When overridden in a derived class, binds data from the data source to the control.

C# | Visual Basic |
protected override void PerformDataBinding( IEnumerable data )
Protected Overrides Sub PerformDataBinding ( _ data As IEnumerable _ )

- data (IEnumerable)
- The IEnumerable list of data returned from a PerformSelect()()()() method call.