'Declaration Public Overloads Function Add( _ ByVal parameterName As String, _ ByVal type As UniDbType _ ) As UniParameter
public UniParameter Add( string parameterName, UniDbType type )
Parameters
- parameterName
- The name of the parameter.
- type
- One of the UniDbType values.
Return Value
The new UniParameter object.