DataSourceInformation.ParameterPrefix Field

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

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

Syntax

'Declaration
Public Const ParameterPrefix As String
public const string ParameterPrefix
public:
literal String^ ParameterPrefix
static val mutable ParameterPrefix: string
public const var ParameterPrefix : String

Remarks

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

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

.NET Framework Security

See Also

Reference

DataSourceInformation Class

Microsoft.VisualStudio.Data.Framework Namespace