Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
Clone ( ) : object | ||
MdxParameter ( ) : System |
Initializes a new instance of the MdxParameter class.
|
|
MdxParameter ( string parameterName, object value ) : System |
Initializes a new instance of the MdxParameter class that sets the name and a value for the parameter.
|
|
ResetDbType ( ) : void |
Resets the type associated with this MdxParameter
|
|
ToString ( ) : string |
Gets a string that contains the ParameterName.
|
public MdxParameter ( string parameterName, object value ) : System | ||
parameterName | string | The name of the parameter. |
value | object | The value of the parameter. |
Результат | System |