IVsDataCommand.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.
When implemented by a class, creates a parameter object that can be passed into one of the following methods: DeriveSchema(String, DataCommandType, IVsDataParameter[], Int32), Execute(String, DataCommandType, IVsDataParameter[], Int32), or ExecuteWithoutResults(String, DataCommandType, IVsDataParameter[], Int32).
public:
Microsoft::VisualStudio::Data::Services::SupportEntities::IVsDataParameter ^ CreateParameter();
public Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataParameter CreateParameter ();
abstract member CreateParameter : unit -> Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataParameter
Public Function CreateParameter () As IVsDataParameter
Returns
A new IVsDataParameter object instance.