SqlTokenToolBox CopyStatistic Method A Sandcastle Documented Class Library
Copies a statistic and all supporting data.

Namespace: P4s3FilterTools
Assembly: P4s3FilterTools (in P4s3FilterTools.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static SimpleOperationResult CopyStatistic(
	string destUserId,
	string destFilterZzRowId,
	string destStatZzRowId,
	string srcUserId,
	string srcFilterZzRowId,
	string srcStatZzRowId,
	string key
)

Parameters

destUserId
Type: System String
destFilterZzRowId
Type: System String
destStatZzRowId
Type: System String
srcUserId
Type: System String
srcFilterZzRowId
Type: System String
srcStatZzRowId
Type: System String
key
Type: System String

Return Value

Type: SimpleOperationResult
See Also