MsIfmxParameter Constructors

Definition

Overloads

MsIfmxParameter()
MsIfmxParameter(String, MsIfmxType)
MsIfmxParameter(String, Object)
MsIfmxParameter(String, MsIfmxType, Int32)
MsIfmxParameter(String, MsIfmxType, Int32, String)
MsIfmxParameter(String, MsIfmxType, Int32, ParameterDirection, String, DataRowVersion, Boolean, Object)
MsIfmxParameter(String, MsIfmxType, Int32, ParameterDirection, Boolean, Byte, Byte, String, DataRowVersion, Object)

MsIfmxParameter()

public:
 MsIfmxParameter();
public MsIfmxParameter ();
Public Sub New ()

Applies to

MsIfmxParameter(String, MsIfmxType)

public:
 MsIfmxParameter(System::String ^ name, Microsoft::HostIntegration::MsIfmxClient::MsIfmxType drdaType);
public MsIfmxParameter (string name, Microsoft.HostIntegration.MsIfmxClient.MsIfmxType drdaType);
new Microsoft.HostIntegration.MsIfmxClient.MsIfmxParameter : string * Microsoft.HostIntegration.MsIfmxClient.MsIfmxType -> Microsoft.HostIntegration.MsIfmxClient.MsIfmxParameter
Public Sub New (name As String, drdaType As MsIfmxType)

Parameters

name
String
drdaType
MsIfmxType

Applies to

MsIfmxParameter(String, Object)

public:
 MsIfmxParameter(System::String ^ name, System::Object ^ value);
public MsIfmxParameter (string name, object value);
new Microsoft.HostIntegration.MsIfmxClient.MsIfmxParameter : string * obj -> Microsoft.HostIntegration.MsIfmxClient.MsIfmxParameter
Public Sub New (name As String, value As Object)

Parameters

name
String
value
Object

Applies to

MsIfmxParameter(String, MsIfmxType, Int32)

public:
 MsIfmxParameter(System::String ^ name, Microsoft::HostIntegration::MsIfmxClient::MsIfmxType drdaType, int size);
public MsIfmxParameter (string name, Microsoft.HostIntegration.MsIfmxClient.MsIfmxType drdaType, int size);
new Microsoft.HostIntegration.MsIfmxClient.MsIfmxParameter : string * Microsoft.HostIntegration.MsIfmxClient.MsIfmxType * int -> Microsoft.HostIntegration.MsIfmxClient.MsIfmxParameter
Public Sub New (name As String, drdaType As MsIfmxType, size As Integer)

Parameters

name
String
drdaType
MsIfmxType
size
Int32

Applies to

MsIfmxParameter(String, MsIfmxType, Int32, String)

public:
 MsIfmxParameter(System::String ^ name, Microsoft::HostIntegration::MsIfmxClient::MsIfmxType drdaType, int size, System::String ^ srcColumn);
public MsIfmxParameter (string name, Microsoft.HostIntegration.MsIfmxClient.MsIfmxType drdaType, int size, string srcColumn);
new Microsoft.HostIntegration.MsIfmxClient.MsIfmxParameter : string * Microsoft.HostIntegration.MsIfmxClient.MsIfmxType * int * string -> Microsoft.HostIntegration.MsIfmxClient.MsIfmxParameter
Public Sub New (name As String, drdaType As MsIfmxType, size As Integer, srcColumn As String)

Parameters

name
String
drdaType
MsIfmxType
size
Int32
srcColumn
String

Applies to

MsIfmxParameter(String, MsIfmxType, Int32, ParameterDirection, String, DataRowVersion, Boolean, Object)

public:
 MsIfmxParameter(System::String ^ name, Microsoft::HostIntegration::MsIfmxClient::MsIfmxType drdaType, int size, System::Data::ParameterDirection direction, System::String ^ sourceColumn, System::Data::DataRowVersion sourceVersion, bool sourceColumnNullMapping, System::Object ^ value);
public MsIfmxParameter (string name, Microsoft.HostIntegration.MsIfmxClient.MsIfmxType drdaType, int size, System.Data.ParameterDirection direction, string sourceColumn, System.Data.DataRowVersion sourceVersion, bool sourceColumnNullMapping, object value);
new Microsoft.HostIntegration.MsIfmxClient.MsIfmxParameter : string * Microsoft.HostIntegration.MsIfmxClient.MsIfmxType * int * System.Data.ParameterDirection * string * System.Data.DataRowVersion * bool * obj -> Microsoft.HostIntegration.MsIfmxClient.MsIfmxParameter
Public Sub New (name As String, drdaType As MsIfmxType, size As Integer, direction As ParameterDirection, sourceColumn As String, sourceVersion As DataRowVersion, sourceColumnNullMapping As Boolean, value As Object)

Parameters

name
String
drdaType
MsIfmxType
size
Int32
direction
ParameterDirection
sourceColumn
String
sourceVersion
DataRowVersion
sourceColumnNullMapping
Boolean
value
Object

Applies to

MsIfmxParameter(String, MsIfmxType, Int32, ParameterDirection, Boolean, Byte, Byte, String, DataRowVersion, Object)

public:
 MsIfmxParameter(System::String ^ name, Microsoft::HostIntegration::MsIfmxClient::MsIfmxType drdaType, int size, System::Data::ParameterDirection direction, bool isNullable, System::Byte precision, System::Byte scale, System::String ^ srcColumn, System::Data::DataRowVersion srcVersion, System::Object ^ value);
public MsIfmxParameter (string name, Microsoft.HostIntegration.MsIfmxClient.MsIfmxType drdaType, int size, System.Data.ParameterDirection direction, bool isNullable, byte precision, byte scale, string srcColumn, System.Data.DataRowVersion srcVersion, object value);
new Microsoft.HostIntegration.MsIfmxClient.MsIfmxParameter : string * Microsoft.HostIntegration.MsIfmxClient.MsIfmxType * int * System.Data.ParameterDirection * bool * byte * byte * string * System.Data.DataRowVersion * obj -> Microsoft.HostIntegration.MsIfmxClient.MsIfmxParameter
Public Sub New (name As String, drdaType As MsIfmxType, size As Integer, direction As ParameterDirection, isNullable As Boolean, precision As Byte, scale As Byte, srcColumn As String, srcVersion As DataRowVersion, value As Object)

Parameters

name
String
drdaType
MsIfmxType
size
Int32
direction
ParameterDirection
isNullable
Boolean
precision
Byte
scale
Byte
srcColumn
String
srcVersion
DataRowVersion
value
Object

Applies to