'Declaration Public Function GetDistinctValues( _ ByVal fieldName As String _ ) As ICollection
'Usage Dim instance As DataGridCollectionViewBase Dim fieldName As String Dim value As ICollection value = instance.GetDistinctValues(fieldName)
public ICollection GetDistinctValues( string fieldName )
Parameters
- fieldName
- A string representing the field name of the column whose distinct values are to be retrieved.