CreateDbCommand Method (C1D365SConnection)
In This Topic
Creates and returns a
System.Data.Common.DbCommand object associated with the current connection.
Syntax
'Declaration
Protected Function CreateDbCommand() As DbCommand
protected DbCommand CreateDbCommand()
See Also