Represents an IFieldDescriptionProvider for IQueryable.
Definition
Namespace:Telerik.Pivot.Queryable
Assembly:Telerik.WinControls.PivotGrid.dll
Syntax:
C#
public class QueryableFieldDescriptionsProvider : LocalFieldDescriptionsProviderBase, IFieldDescriptionProvider
Inheritance: objectFieldDescriptionProviderBaseLocalFieldDescriptionsProviderBaseQueryableFieldDescriptionsProvider
Implements:
Inherited Members
Constructors
Initializes a new instance of the QueryableFieldDescriptionsProvider class.
C#
public QueryableFieldDescriptionsProvider()
Methods
Retrieves the DescriptionsData for data source.
C#
protected override IFieldInfoData GenerateDescriptionsData()
DescriptionsData instance.
Overrides:
Retrieves information about all available field descriptions. This method does not block the calling thread.