Overload | Description |
---|---|
SalesforceParameter Constructor() | Initializes a new instance of the SalesforceParameter class. |
SalesforceParameter Constructor(String,SalesforceType) | Initializes a new instance of the SalesforceParameter class with the parameter name and data type. |
SalesforceParameter Constructor(String,Object) | Initializes a new instance of the SalesforceParameter class with the parameter name and a SalesforceParameter object. |
SalesforceParameter Constructor(String,SalesforceType,Int32) | Initializes a new instance of the SalesforceParameter class with the parameter name, data type, and width. |
SalesforceParameter Constructor(String) | Initializes a new instance of the SalesforceParameter class with the parameter name |
SalesforceParameter Constructor(String,SalesforceType,Int32,String) | Initializes a new instance of the SalesforceParameter class with the parameter name, data type, width, and source column name. For internal use. |
SalesforceParameter Constructor(String,SalesforceType,Int32,ParameterDirection,Boolean,Byte,Byte,String,DataRowVersion,Object) | Initializes a new instance of the SalesforceParameter class with the parameter name, data type, width, source column name, parameter direction, numeric precision, and other properties. |
SalesforceParameter Constructor(String,SalesforceType,Int32,ParameterDirection,Boolean,Byte,Byte,String,DataRowVersion,Boolean,Object) | Initializes a new instance of the SalesforceParameter class with the parameter name, data type, width, source column name, parameter direction, numeric precision, and other properties. |
SalesforceParameter Constructor(String,ParameterDirection,Boolean,String,DataRowVersion,Object) | Initializes a new instance of the SalesforceParameter class. |