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
'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 build correctly qualified parameter names.
An example value for this property might be "@".
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.