ProviderExpressionDefinePlaceholderStructureParameter Method

Defines a manual provider parameter that allows changing the native structure to be queried.

Namespace: Dundas.BI.Data.DataProviders
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public ParameterPlaceholder DefinePlaceholderStructureParameter(
	string placeholderCaption,
	string name,
	string description,
	NativeStructure defaultStructure
)

Parameters

placeholderCaption  String
The placeholder caption.
name  String
The parameter name.
description  String
The parameter description.
defaultStructure  NativeStructure
The default native structure to be queried.

Return Value

ParameterPlaceholder
The parameter placeholder.
Exceptions
ExceptionCondition
InvalidOperationExceptionThe expression is not attached to a cube object.
See Also