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