Click or drag to resize

ISqlFactory.CreateCommand Method

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

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

Return Value

Type: DbCommand
A new instance of DbCommand.
See Also