C1.AdoNet.Kintone Assembly / C1.DataConnector.AdoNet Namespace / C1CommandBase Class / CreateDbParameter Method

In This Topic
CreateDbParameter Method (C1CommandBase)
In This Topic
Creates and returns a new instance of the System.Data.Common.DbParameter class.
Syntax
'Declaration
 
Protected Overrides Function CreateDbParameter() As DbParameter
 
See Also