ParameterPlaceholderDataElement Property |
Gets the data element name.
The property is available only when defining multi-value parameters used in a provider expression.
Namespace:
Dundas.BI.Data.Parameters
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public string DataElement { get; }
Public ReadOnly Property DataElement As String
Get
public:
property String^ DataElement {
String^ get ();
}
member DataElement : string with get
Property Value
Type:
StringSee Also