GetFieldByColName |
Scroll |
Gets an TheCategoryField object representing the field with the specified column name.
Namespace: Therefore.API
Visual Basic Public Overridable Function GetFieldByColName ( _ strColName As String _ ) As TheCategoryField C# public virtual TheCategoryField GetFieldByColName ( string strColName )
Parameters strColName Column name of the field to look for.
Return Value An TheCategoryField object representing the field with the specified name specified in strColName. |
Exception |
Condition |
Name Not Found |
strColName is not found in the case definition. |