This document is archived and information here might be outdated. Recommended version. |
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