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

public const string ParameterPrefixInName

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

See Also

Reference

DataSourceInformation Class

Microsoft.VisualStudio.Data Namespace