次の方法で共有


IVsDataCommand.Prepare Method

When implemented by a class, prepares the specified command on the data source to be executed; the command may then be executed multiple times, with varying parameters.

Overload List

  Name Description
Public method Prepare(String) When implemented by a class, prepares the specified command on the data source to be executed; the command may then be executed multiple times, with varying parameters.
Public method Prepare(String, DataCommandType) When implemented by a class, prepares the specified command on the data source to be executed; the command may then be executed multiple times, with varying parameters.
Public method Prepare(String, DataCommandType, []) When implemented by a class, prepares the specified command on the data source to be executed; the command may then be executed multiple times, with varying parameters.
Public method Prepare(String, DataCommandType, [], Int32) When implemented by a class, prepares the specified command on the data source to be executed; the command may then be executed multiple times, with varying parameters.

Top

See Also

Reference

IVsDataCommand Interface

IVsDataCommand Members

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace