This document is archived and information here might be outdated.  Recommended version.


ISQLSyntax.GetStringComparisonCase Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IS > ISQLSyntax Interface > ISQLSyntax.GetStringComparisonCase Method
ArcGIS Developer Help

ISQLSyntax.GetStringComparisonCase Method

True if string comparisons are case sensitive.

[Visual Basic .NET]
Public Function GetStringComparisonCase ( _
) As Boolean
[C#]
public bool GetStringComparisonCase (
);
[C++]
HRESULT GetStringComparisonCase(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

GetStringComparisonCase returns a Boolean indicating whether string comparison is case sensitive in the workspace's DBMS.

See Also

ISQLSyntax Interface