 | ExportDataRowGetValueByName Method |
Field value accessor. Returns value from cache if
Detached,
otherwise live value from the
Data.
Namespace: CTExtensions.ExportCore.ExportHandlerAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxpublic string GetValueByName(
string field
)
Public Function GetValueByName (
field As String
) As String
Parameters
- field String
- Exact name of the field. Case sensitive.
Return Value
StringValue of the field or null if not found.
See Also