TabularProviderSupportedDateTrimGranularities Property

Gets the supported date trimming functions.

Namespace:  Dundas.BI.Data.DataProviders.Special
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public override IReadOnlyCollection<DateTimeGranularity> SupportedDateTrimGranularities { get; }

Property Value

Type: IReadOnlyCollectionDateTimeGranularity
Remarks
Used for query generation.
See Also