Skip to content

Field.CopyNoAssignment method

Copies the field value without marking the target as assigned.

public void CopyNoAssignment(IRow source, IRow target)
parameter description
source The source.
target The target.

See Also