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


ITableSort.CaseSensitive Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITableSort Interface > ITableSort.CaseSensitive Property
ArcGIS Developer Help

ITableSort.CaseSensitive Property

Character fields case sensitive. Default: False.

[Visual Basic .NET]
Public Sub set_CaseSensitive ( _
    ByVal Field As String, _
    ByVal A_2 As Boolean _
)
[C#]
public void set_CaseSensitive (
    string Field,
    bool A_2
);
[C++]
HRESULT put_CaseSensitive(
  BSTR Field,
  VARIANT_BOOL 
);
[C++]
Parameters
Field [in]

Field is a parameter of type BSTR [in]
is a parameter of type bool

Product Availability

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

See Also

ITableSort Interface