ExpressionDescriptorPlaceholders Property |
Gets the expression parameter placeholders.
Namespace:
Dundas.BI.Data.Metadata
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public 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
Type:
IReadOnlyListExpressionPlaceholderSee Also