Profiler Object:Column-Based Country Statistics
The statistics are only accumulated for DataTypeCountry columns. See ProfilerDataType Enumerations for details. They should only be retrieved after calling the ProfileData function.
GetColumnCountryNonStandardCount
This function returns a column's number of records that contain a recongnized country name in a non-ISO standard.
This function takes one parameter.
Parameters
| Name | Data Type | Description |
|---|---|---|
| ColumnName | String | Column Name to get the number of records that contain country names in a non-ISO standard. |
| Syntax | profiler->GetColumnCountryNonStandardCount(columnNameStr); |
|---|---|
| C | integer = mdProfilerGetColumnCountryNonStandardCount(profiler,columnNameStr); |
| .Net | integer = profiler.GetColumnCountryNonStandardCount(columnNameStr); |
GetColumnCountryInvalidCount
This function returns a column's number of records that contain non-recognized country names.
This function takes one parameter.
Parameters
| Name | Data Type | Description |
|---|---|---|
| ColumnName | String | Column Name to get the number of records that contain non-recognized country names. |
| Syntax | profiler->GetColumnCountryInvalidCount(columnNameStr); |
|---|---|
| C | integer = mdProfilerGetColumnCountryInvalidCount(profiler,columnNameStr); |
| .Net | integer = profiler.GetColumnCountryInvalidCount(columnNameStr); |