NativeParameter Constructor (String, DataType)

Initializes a new instance of the NativeParameter class. This constructor is not intended to be used directly from your code, unless you are implementing a custom data provider.

Namespace:  Dundas.BI.Data.Metadata
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public NativeParameter(
	string name,
	DataType dataType
)

Parameters

name
Type: SystemString
The parameter name.
dataType
Type: Dundas.BI.Data.MetadataDataType
The parameter data type.
See Also