ExpressionDescriptorPlaceholders Property |
Gets the expression parameter placeholders.
Namespace: Dundas.BI.Data.MetadataAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic IReadOnlyList<ExpressionPlaceholder> Placeholders { get; }Public ReadOnly Property Placeholders As IReadOnlyList(Of ExpressionPlaceholder)
Get
public:
property IReadOnlyList<ExpressionPlaceholder^>^ Placeholders {
IReadOnlyList<ExpressionPlaceholder^>^ get ();
}member Placeholders : IReadOnlyList<ExpressionPlaceholder> with get
Property Value
IReadOnlyListExpressionPlaceholder
See Also