GetValueByColName |
Scroll |
Gets the value of the field with the specified ColName.
Namespace: Therefore.API
Visual Basic Public Overridable Function GetValueByColName (strColName As String) As Object C# public virtual object GetValueByColName (string strColName)
ParametersstrColName Column name of the field from which to return the value.
Return ValueThe value of the field with the specified ColName. |