Click or drag to resize

PFExternalDataProvider_CassandraGetData Method

Gets data from the external source.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public override List<PFExternalData> GetData(
	PFExternalConnection_Bindings bindings,
	int pageNo = 1,
	int pageSize = 100,
	List<string> specificKeys = null,
	bool includeAllValues = false
)

Parameters

bindings
Type: Packflow.CorePFExternalConnection_Bindings
Data bindings, used to determine which part of the entities' data must be retrieved.
pageNo (Optional)
Type: SystemInt32
The page number, use 0 to load all data.
pageSize (Optional)
Type: SystemInt32
Size of the page.
specificKeys (Optional)
Type: System.Collections.GenericListString
List of keys. If defined the corresponding elements are searched and nothing else is returned.
includeAllValues (Optional)
Type: SystemBoolean
If true, the returned data will not be limited to the chosen bindings but will contain all values available in the target. available in the target.

Return Value

Type: ListPFExternalData
ListT
See Also