Поделиться через


Элементы AdomdParameter

Represents a parameter to an AdomdCommand object.

Тип AdomdParameter предоставляет доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод AdomdParameter() () () () Initializes a new instance of the AdomdParameter class.
Открытый метод AdomdParameter(String, Object) Initializes a new instance of the AdomdParameter class with the name and value of the AdomdParameter.

В начало

Методы

  Имя Описание
Открытый метод Clone Creates a new AdomdParameter that is a copy of the current instance.
Открытый метод CreateObjRef (Наследуется из MarshalByRefObject.)
Открытый метод Equals (Наследуется из Object.)
Защищенный метод Finalize (Наследуется из Object.)
Открытый метод GetHashCode (Наследуется из Object.)
Открытый метод GetLifetimeService (Наследуется из MarshalByRefObject.)
Открытый метод GetType (Наследуется из Object.)
Открытый метод InitializeLifetimeService (Наследуется из MarshalByRefObject.)
Защищенный метод MemberwiseClone (Наследуется из Object.)
Защищенный метод MemberwiseClone (Наследуется из MarshalByRefObject.)
Открытый метод ToString Returns the ParameterName. (Перезаписывает Object. . :: . .ToString() () () ().)

В начало

Свойства

  Имя Описание
Открытое свойство DbType This property is reserved for future use.
Открытое свойство Direction Gets or sets a value indicating the direction of the parameter. Always returns ParameterDirection.Input.
Открытое свойство IsNullable Gets a value indicating whether the parameter accepts nullNothingnullptrunitпустая ссылка (Nothing в Visual Basic) values. Always returns false.
Открытое свойство ParameterName Gets or sets the name of the AdomdParameter.
Открытое свойство Precision This property is reserved for future use.
Открытое свойство Scale This property is reserved for future use.
Открытое свойство Size This property is reserved for future use.
Открытое свойство SourceColumn This property is reserved for future use.
Открытое свойство SourceVersion Gets or sets the DataRowVersion to use when loading Value. This property always returns DataRowVersion.Current.
Открытое свойство Value Gets or sets the value of the parameter.

В начало

Явные реализации интерфейса

  Имя Описание
Явная реализация интерфейсаЗакрытый метод ICloneable. . :: . .Clone

В начало