Share via


DataSourceInformation.ParameterPrefixInName Field

Specifies the data source information property that indicates whether the parameter prefix should appear in the value set for the Name property.

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'Declaration
Public Const ParameterPrefixInName As String
'Usage
Dim value As String 

value = DataSourceInformation.ParameterPrefixInName
public const string ParameterPrefixInName
public:
literal String^ ParameterPrefixInName
public const var ParameterPrefixInName : String

Remarks

Occasionally, parameter names used in the IVsDataParameter object will not require the parameter prefix. Specifying false for this property allows this information to be specified.

This information is used by the Visual Studio designers to determine how to create correctly qualified parameter names.

.NET Framework Security

See Also

Reference

DataSourceInformation Class

DataSourceInformation Members

Microsoft.VisualStudio.Data.Framework Namespace