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