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