ISqlFactory.CreateCommandBuilder Method | |
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.21
Syntax FUNCTION CreateCommandBuilder() AS DbCommandBuilder
DbCommandBuilder CreateCommandBuilder()
Request Example
View SourceReturn Value
Type:
DbCommandBuilderA new instance of
DbCommandBuilder.
See Also Reference
System.Data.CommonDbCommandBuilder