Click or drag to resize
SessionManagerTrueClone Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Creates a truly independant clone of a recordset

Namespace: DataPAClientConfig
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public static Recordset TrueClone(
	Recordset rsSource,
	string sUniqueField = "",
	bool CopyData = true
)

Parameters

rsSource
Type: Recordset
The source recordset to copy from.
sUniqueField (Optional)
Type: SystemString
A particular field to use as a unique key.
CopyData (Optional)
Type: SystemBoolean
True if you want data copied in addition to the structure.

Return Value

Type: Recordset
A true clone of the source recordset
Remarks