'Declaration Public Overloads Function Add( _ ByVal parameterName As String, _ ByVal dbType As DbType, _ ByVal size As Integer, _ ByVal sourceColumn As String _ ) As T
public T Add( string parameterName, DbType dbType, int size, string sourceColumn )
Parameters
- parameterName
- The name of the parameter.
- dbType
- One of the System.Data.DbType values.
- size
- The maximum size, in bytes, of the data the parameter can contain.
- sourceColumn
- The name of the source column.
Return Value
The new Devart.Data.QuickBooks.QuickBooksParameter object.