| GeolocationServiceToDataTable Method (IEnumerableGeolocationInfo) |
Converts the given geolocation data to an instance of
DataTable. The IP-address will be used as a primary key.
Namespace:
Dynamicweb.Analytics.Utilities
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax public static DataTable ToDataTable(
IEnumerable<GeolocationInfo> data
)
Public Shared Function ToDataTable (
data As IEnumerable(Of GeolocationInfo)
) As DataTable
Parameters
- data
- Type: System.Collections.GenericIEnumerableGeolocationInfo
Data to convert.
Return Value
Type:
DataTableData table that contains the given geolocation information. The IP-address will be used as a primary key.
See Also