Share via


DataSourceInformation.IdentifierPartsStorageCase Field

Specifies the data source information property that indicates what case 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 IdentifierPartsStorageCase As String
public const string IdentifierPartsStorageCase
public:
literal String^ IdentifierPartsStorageCase
static val mutable IdentifierPartsStorageCase: string
public const var IdentifierPartsStorageCase : 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