Open this page in the API Guide

NativeParameter Class

Class that represents a native data structure parameter.
Inheritance Hierarchy
System.Object
  Dundas.BI.Data.Metadata.NativeParameter

Namespace:  Dundas.BI.Data.Metadata
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public class NativeParameter : IEquatable<NativeParameter>

The NativeParameter type exposes the following members.

Constructors
  NameDescription
Public methodNativeParameter()
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.
Public methodNativeParameter(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.
Top
Properties
  NameDescription
Public propertyDataType
Gets or sets the data type of the parameter.
Public propertyDescription
Gets or sets parameter description.
Public propertyDirection
Gets or sets parameter direction.
Public propertyIsOptional
Gets or sets a value indicating whether this parameter is optional.
Public propertyName
Gets or sets parameter name.
Top
Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Overrides Object.Equals(Object).)
Public methodEquals(NativeParameter)
Indicates whether the current object is equal to another object of the same type.
Public methodGetHashCode
Serves as the default hash function.
(Overrides Object.GetHashCode().)
Top
See Also