IVsDataParameter Members
Include Protected Members
Include Inherited Members
Represents the interface that exposes methods and properties to handle data parameters.
The IVsDataParameter type exposes the following members.
Methods
Name
Description
When implemented by a class, disassembles a parameter value in a string format and converts the value to the correct type.
When implemented by a class, retrieves a string representation of the value of the current parameter.
Top
Properties
Name
Description
When implemented by a class, gets information that describes the data parameter.
When implemented by a class, gets or sets a DataParameterDirection object specifying the direction of the parameter.
When implemented by a class, gets or sets the string literal name of the current parameter.
When implemented by a class, gets or sets an integer value specifying the size of the parameter.
When implemented by a class, gets or sets the data source–specific type of the parameter.
When implemented by a class, gets or sets the value of the parameter.
Top
See Also
Reference
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace