This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGeoProcessor2 Interface > IGeoProcessor2.QualifyFieldName Method (ArcObjects .NET 10.4 SDK) |
Qualify a field name within the given workspace. This will add the connected user and database names.
[Visual Basic .NET] Public Function QualifyFieldName ( _ ByVal inputFieldName As String, _ ByVal Workspace As String _ ) As String
[C#] public string QualifyFieldName ( string inputFieldName, string Workspace );
[C++]
HRESULT QualifyFieldName(
BSTR inputFieldName,
BSTR Workspace,
BSTR* outputFieldName
);
[C++]
Parameters inputFieldName [in] inputFieldName is a parameter of type BSTR Workspace [in] Workspace is a parameter of type BSTR outputFieldName [out, retval] outputFieldName is a parameter of type BSTR