'Declaration Public Overloads Function Add( _ ByVal parameterName As String, _ ByVal dbType As UniDbType, _ ByVal size As Integer, _ ByVal sourceColumn As String _ ) As UniParameter
public UniParameter Add( string parameterName, UniDbType dbType, int size, string sourceColumn )
Parameters
- parameterName
- The name of the parameter.
- dbType
- size
- The width of the column.
- sourceColumn
- The name of the source column.
Return Value
The new UniParameter object.