MsIfmxParameterCollection.Add Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Add(MsIfmxParameter) | |
| Add(Object) | |
| Add(String, MsIfmxType) | |
| Add(String, Object) |
Obsolete.
|
| Add(String, MsIfmxType, Int32) | |
| Add(String, MsIfmxType, Int32, String) |
Add(MsIfmxParameter)
public:
Microsoft::HostIntegration::MsIfmxClient::MsIfmxParameter ^ Add(Microsoft::HostIntegration::MsIfmxClient::MsIfmxParameter ^ value);
public Microsoft.HostIntegration.MsIfmxClient.MsIfmxParameter Add (Microsoft.HostIntegration.MsIfmxClient.MsIfmxParameter value);
override this.Add : Microsoft.HostIntegration.MsIfmxClient.MsIfmxParameter -> Microsoft.HostIntegration.MsIfmxClient.MsIfmxParameter
Public Function Add (value As MsIfmxParameter) As MsIfmxParameter
Parameters
- value
- MsIfmxParameter
Returns
Applies to
Add(Object)
Add(String, MsIfmxType)
public:
Microsoft::HostIntegration::MsIfmxClient::MsIfmxParameter ^ Add(System::String ^ parameterName, Microsoft::HostIntegration::MsIfmxClient::MsIfmxType DrdaType);
public Microsoft.HostIntegration.MsIfmxClient.MsIfmxParameter Add (string parameterName, Microsoft.HostIntegration.MsIfmxClient.MsIfmxType DrdaType);
override this.Add : string * Microsoft.HostIntegration.MsIfmxClient.MsIfmxType -> Microsoft.HostIntegration.MsIfmxClient.MsIfmxParameter
Public Function Add (parameterName As String, DrdaType As MsIfmxType) As MsIfmxParameter
Parameters
- parameterName
- String
- DrdaType
- MsIfmxType
Returns
Applies to
Add(String, Object)
Caution
Add(String parameterName, Object value) has been deprecated. Use AddWithValue(String parameterName, Object value). http://go.microsoft.com/fwlink/?linkid=14202
public:
Microsoft::HostIntegration::MsIfmxClient::MsIfmxParameter ^ Add(System::String ^ parameterName, System::Object ^ value);
[System.Obsolete("Add(String parameterName, Object value) has been deprecated. Use AddWithValue(String parameterName, Object value). http://go.microsoft.com/fwlink/?linkid=14202", false)]
public Microsoft.HostIntegration.MsIfmxClient.MsIfmxParameter Add (string parameterName, object value);
override this.Add : string * obj -> Microsoft.HostIntegration.MsIfmxClient.MsIfmxParameter
Public Function Add (parameterName As String, value As Object) As MsIfmxParameter
Parameters
- parameterName
- String
- value
- Object
Returns
- Attributes
Applies to
Add(String, MsIfmxType, Int32)
public:
Microsoft::HostIntegration::MsIfmxClient::MsIfmxParameter ^ Add(System::String ^ parameterName, Microsoft::HostIntegration::MsIfmxClient::MsIfmxType DrdaType, int size);
public Microsoft.HostIntegration.MsIfmxClient.MsIfmxParameter Add (string parameterName, Microsoft.HostIntegration.MsIfmxClient.MsIfmxType DrdaType, int size);
override this.Add : string * Microsoft.HostIntegration.MsIfmxClient.MsIfmxType * int -> Microsoft.HostIntegration.MsIfmxClient.MsIfmxParameter
Public Function Add (parameterName As String, DrdaType As MsIfmxType, size As Integer) As MsIfmxParameter
Parameters
- parameterName
- String
- DrdaType
- MsIfmxType
- size
- Int32
Returns
Applies to
Add(String, MsIfmxType, Int32, String)
public:
Microsoft::HostIntegration::MsIfmxClient::MsIfmxParameter ^ Add(System::String ^ parameterName, Microsoft::HostIntegration::MsIfmxClient::MsIfmxType DrdaType, int size, System::String ^ sourceColumn);
public Microsoft.HostIntegration.MsIfmxClient.MsIfmxParameter Add (string parameterName, Microsoft.HostIntegration.MsIfmxClient.MsIfmxType DrdaType, int size, string sourceColumn);
override this.Add : string * Microsoft.HostIntegration.MsIfmxClient.MsIfmxType * int * string -> Microsoft.HostIntegration.MsIfmxClient.MsIfmxParameter
Public Function Add (parameterName As String, DrdaType As MsIfmxType, size As Integer, sourceColumn As String) As MsIfmxParameter
Parameters
- parameterName
- String
- DrdaType
- MsIfmxType
- size
- Int32
- sourceColumn
- String