SqlBatchCommand.CreateParameter Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new instance of a SqlParameter object.
public:
override System::Data::Common::DbParameter ^ CreateParameter();
public override System.Data.Common.DbParameter CreateParameter ();
abstract member CreateParameter : unit -> System.Data.Common.DbParameter
override this.CreateParameter : unit -> System.Data.Common.DbParameter
Public Overrides Function CreateParameter () As DbParameter