Click or drag to resize
ISnapshotRequesterQuery Method
Request table information and return as a DataSet.

Namespace: Six.Sixp.Client
Assembly: Six.Sixp.Client (in Six.Sixp.Client.dll) Version: 1.0.4874.0 (1.0.4874.0)
Syntax
C#
DataSet Query(
	string prl,
	TimeSpan timeout
)

Parameters

prl
Type: SystemString
Query
timeout
Type: SystemTimeSpan
Timeout

Return Value

Type: DataSet
A dataset with the result of the query
See Also