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)
Syntaxpublic NativeParameter(
string name,
DataType dataType
)
Public Sub New (
name As String,
dataType As DataType
)
public:
NativeParameter(
String^ name,
DataType dataType
)
new :
name : string *
dataType : DataType -> NativeParameterParameters
- name
- Type: SystemString
The parameter name. - dataType
- Type: Dundas.BI.Data.MetadataDataType
The parameter data type.
See Also