Share via


DataSourceInformation.QuotedIdentifierPartsStorageCase Field

Specifies the data source information property that indicates what case quoted identifier parts are stored in the data source.

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

Syntax

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

Remarks

Values of this property are a single character chosen from "U" (Upper), "L" (Lower) and "M" (Mixed).

This information is used by the Visual Studio query designer to match up identifiers entered by a user to actual identifiers returned by the data source.

.NET Framework Security

See Also

Reference

DataSourceInformation Class

Microsoft.VisualStudio.Data Namespace