Click or drag to resize

ISqlFactory.CreateParameter Method

X#
Returns a new instance of the provider's class that implements the DbParameter class.

Namespace:  XSharp.Data
Assembly:  XSharp.Data (in XSharp.Data.dll) Version: 2.19
Syntax
FUNCTION CreateParameter() AS DbParameter
Request Example View Source

Return Value

Type: DbParameter
A new instance of DbParameter.
See Also