dotConnect for QuickBooks Online Documentation
Devart.Data.QuickBooks Namespace / QuickBooksCommand Class / CreateParameter Method

In This Topic
CreateParameter Method (QuickBooksCommand)
In This Topic
Creates a new instance of a QuickBooksParameter object.
Creates a new instance of a QuickBooksParameter object.
Syntax
'Declaration
 
Public Shadows Function CreateParameter() As QuickBooksParameter
 

Return Value

Remarks
This method is a strongly-typed version of System.Data.IDbCommand.CreateParameter. See QuickBooksParameter to find out more ways to create a parameter.
See Also