Click or drag to resize

RddFieldInfo.CopyValues Method

X#
Copy values from one object to another.

Namespace:  XSharp.RDD.Support
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 METHOD CopyValues(
	oInfo AS RddFieldInfo
) AS VOID
Request Example View Source

Parameters

oInfo
Type: RddFieldInfo
Object to copy values to.
Remarks
Only the fields will be copied.
See Also