IProviderExpressionTransform Interface

Represents a SelectTransform based on a custom ProviderExpression.

Namespace: Dundas.BI.Data.Transforms
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public interface IProviderExpressionTransform

The IProviderExpressionTransform type exposes the following members.

Properties
 NameDescription
Public propertyExpression Gets the provider expression used to power the current instance.
Top
Methods
 NameDescription
Public methodRefresh Refreshes the output elements for the current instance.
Top
See Also