DataGeneratorTransformSupportsCollectionPlaceholders Property |
Gets a value indicating whether this transform supports collection placeholders.
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 SupportsCollectionPlaceholders { get; }Public Overridable ReadOnly Property SupportsCollectionPlaceholders As Boolean
Get
public:
virtual property bool SupportsCollectionPlaceholders {
bool get ();
}abstract SupportsCollectionPlaceholders : bool with get
override SupportsCollectionPlaceholders : bool with get
Property Value
Type:
Boolean if this transform supports collection placeholders; otherwise,
.
See Also