'Declaration Protected Overrides Function GetSupportedStatFunctions( _ ByVal dataType As Type _ ) As IEnumerable(Of Type)
'Usage Dim instance As WcfDataServicesDataSourceProviderBase Dim dataType As Type Dim value As IEnumerable(Of Type) value = instance.GetSupportedStatFunctions(dataType)
protected override IEnumerable<Type> GetSupportedStatFunctions( Type dataType )
Parameters
- dataType