Click or drag to resize

ISqlFactory.CreateCommandBuilder Method

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

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

Return Value

Type: DbCommandBuilder
A new instance of DbCommandBuilder.
See Also