An NDoc Documented Class Library

FieldMap.GetFieldNameFor Method 

[Visual Basic]
Function GetFieldNameFor( _ 
   ByVal controlName As String, _ 
   ByVal controlType As Type _ 
) As String
[C#]
string GetFieldNameFor(
   string controlName,
   Type controlType
);
[C++]
String* GetFieldNameFor(
   String* controlName,
   Type* controlType
);
[JScript]
function GetFieldNameFor(
   String controlName,
   Type controlType
): String;

See Also

FieldMap Interface | Repository Namespace