DataSourceInformation.ParameterPrefix Field

Specifies the data source information property that provides the character used to prefix a parameter name.

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

Syntax

Public Const ParameterPrefix As String

Dim value As String

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

Field Value

Type: System.String

Remarks

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

An example value for this property might be "@".

Permissions

See Also

Reference

DataSourceInformation Class

DataSourceInformation Members

Microsoft.VisualStudio.Data Namespace