AddSelectTransformOptionsPlaceholders Property |
Gets the list of placeholders which are used in the query.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(EmitDefaultValue = false, Name = "placeholders")]
public IList<ParameterPlaceholderOptions> Placeholders { get; }
<DataMemberAttribute(EmitDefaultValue := false, Name := "placeholders")>
Public ReadOnly Property Placeholders As IList(Of ParameterPlaceholderOptions)
Get
public:
[DataMemberAttribute(EmitDefaultValue = false, Name = L"placeholders")]
property IList<ParameterPlaceholderOptions^>^ Placeholders {
IList<ParameterPlaceholderOptions^>^ get ();
}
[<DataMemberAttribute(EmitDefaultValue = false, Name = "placeholders")>]
member Placeholders : IList<ParameterPlaceholderOptions> with get
Property Value
Type:
IListParameterPlaceholderOptionsSee Also