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


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

ISQLSyntax2.TruncateToLimit Method

Truncate identifier to what database can support.

[Visual Basic .NET]
Public Function TruncateToLimit ( _
    ByVal Type As esriIdentifierType, _
    ByVal identifier As String _
) As String
[C#]
public string TruncateToLimit (
    esriIdentifierType Type,
    string identifier
);
[C++]
HRESULT TruncateToLimit(
  esriIdentifierType Type,
  BSTR identifier
);
[C++]
Parameters
Type [in]

Type is a parameter of type esriIdentifierType identifier [in]
identifier is a parameter of type BSTR

Product Availability

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

See Also

ISQLSyntax2 Interface