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


ITableSort.CaseSensitive Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

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 VARIANT_BOOL

Product Availability

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

See Also

ITableSort Interface

.NET Related Topics

Sorting tables