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 (25.3.0.1000)
Syntaxpublic ParameterPlaceholder DefinePlaceholderStructureParameter(
	string placeholderCaption,
	string name,
	string description,
	NativeStructure defaultStructure
)
Public Function DefinePlaceholderStructureParameter ( 
	placeholderCaption As String,
	name As String,
	description As String,
	defaultStructure As NativeStructure
) As ParameterPlaceholder
public:
ParameterPlaceholder^ DefinePlaceholderStructureParameter(
	String^ placeholderCaption, 
	String^ name, 
	String^ description, 
	NativeStructure^ defaultStructure
)
member DefinePlaceholderStructureParameter : 
        placeholderCaption : string * 
        name : string * 
        description : string * 
        defaultStructure : NativeStructure -> ParameterPlaceholder 
Parameters
- placeholderCaption
 - Type: SystemString
The placeholder caption. - name
 - Type: SystemString
The parameter name. - description
 - Type: SystemString
The parameter description. - defaultStructure
 - Type: Dundas.BI.Entities.DataConnectorsNativeStructure
The default native structure to be queried. 
Return Value
Type: 
ParameterPlaceholderThe parameter placeholder.
Exceptions
See Also