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