 | ExportDataRowSetValueByName Method |
Field value setter. Sets field value in cache if
Detached,
otherwise sets value for the
Data.
Namespace: CTExtensions.ExportCore.ExportHandlerAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxpublic void SetValueByName(
string field,
string value
)
Public Sub SetValueByName (
field As String,
value As String
)
Parameters
- field String
- Exact name of the field. Case sensitive. If Detached, the field must already have a cached value; otherwise given value is ignored.
- value String
- Value to set.
Return Value
Value of the field or null if not found.
See Also