TransformSupportsTransformExpressions Property |
Gets a value indicating whether the current transform supports
TransformExpressions that define the current instance functionality.
Namespace:
Dundas.BI.Data.Transforms
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic virtual bool SupportsTransformExpressions { get; }Public Overridable ReadOnly Property SupportsTransformExpressions As Boolean
Get
public:
virtual property bool SupportsTransformExpressions {
bool get ();
}abstract SupportsTransformExpressions : bool with get
override SupportsTransformExpressions : bool with get
Property Value
Type:
Boolean
See Also