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 nullNothingnullptrunitnull 參考 (在 Visual Basic 中為 Nothing) 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. |
頂端