DataSourceInformation.ParameterPrefixInName Field
Specifies the data source information property that indicates if the parameter prefix should appear in the value set for the Name property.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public Const ParameterPrefixInName As String
public const string ParameterPrefixInName
public:
literal String^ ParameterPrefixInName
static val mutable ParameterPrefixInName: string
public const var ParameterPrefixInName : String
Remarks
Occasionally, parameter names used in the DataParameter 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 build correctly qualified parameter names.
.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.