Click or drag to resize

ConnectorDataItemClassGetAll Method (Records)

Get data list by Records (all, active, archived)

Namespace:  SOWIData.Database
Assembly:  SOWIData (in SOWIData.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public List<DataItemClass> GetAll(
	Records pRecord
)

Parameters

pRecord
Type: SOWIDataRecords
which data records gives back (all, active, archived)

Return Value

Type: ListDataItemClass
a list of data records

Implements

IConnectorDataItemClassGetAll(Records)
See Also