C# Класс MdxClient.MdxParameter

Represents a parameter to an MdxCommand
Наследование: System.Data.Common.DbParameter, ICloneable
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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.

Описание методов

Clone() публичный Метод

public Clone ( ) : object
Результат object

MdxParameter() публичный Метод

Initializes a new instance of the MdxParameter class.
public MdxParameter ( ) : System
Результат System

MdxParameter() публичный Метод

Initializes a new instance of the MdxParameter class that sets the name and a value for the parameter.
public MdxParameter ( string parameterName, object value ) : System
parameterName string The name of the parameter.
value object The value of the parameter.
Результат System

ResetDbType() публичный Метод

Resets the type associated with this MdxParameter
public ResetDbType ( ) : void
Результат void

ToString() публичный Метод

Gets a string that contains the ParameterName.
public ToString ( ) : string
Результат string