Profiler Object:Column-Based Phone Statistics
These statistics are only accumulated for DataTypePhone columns. See ProfilerDataType Enumerations for details. They should only be retrieved after calling the ProfileData function.
GetColumnPhoneInvalidCount
This function returns a column's number of records that contain non-US or non-Canadian phone numbers. Specifically, the numeric pattern doesn't correspond with the US/Canadian phone numbering system.
This function takes one parameter.
Name | Data Type | Description |
---|---|---|
ColumnName | String | Column Name to get the number of records that contain non-US or non-Canadian phone numbers. |
Syntax | profiler->GetColumnPhoneInvalidCount(columnNameStr); |
---|---|
C | integer = mdProfilerGetColumnPhoneInvalidCount(profiler,columnNameStr); |
.Net | integer = profiler.GetColumnPhoneInvalidCount(columnNameStr); |