public virtual string GetDatasetDescription( DatasetType datasetType )
Public Overridable Function GetDatasetDescription( _ ByVal datasetType As DatasetType _ ) As String
Parameters
- datasetType
- The data set type.
Return Value
A string description for datasetType. The default is
datasetType.ToString()
.