Click or drag to resize

DFSnapshotOnDemandExtractDFSnapshot Method (String, Object)

ExtractDFSnapshot

Namespace:  Kratos_3.RunTimePlatform
Assembly:  Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntax
public BaseDataFrame ExtractDFSnapshot(
	string ids,
	Object[] args
)

Parameters

ids
Type: SystemString
args
Type: SystemObject
Comma separated namevalue pairs array with any other arguments, used by addStringArrayParameters(DataRequest, Object)

Return Value

Type: BaseDataFrame
BaseDataFrame with data from query
See Also