Share via


DataSourceInformation.IdentifierPartsStorageCase Field

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

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.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 one of the following single characters: "U" (uppercase), "L" (lowercase) 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.Framework Namespace