ChunkingQuery (ComponentType)

Element properties:

AccessibilityInternal

Source Code:

<ComponentType ID="ChunkingQuery" Accessibility="Internal">
<Property Name="DetailInputKeyPropertyName" Type="xsd://string" BindingDirection="In"/>
<Property Name="DetailOutputKeyPropertyName" Type="xsd://string" BindingDirection="In"/>
<Property Name="DetailInput" Type="BaseDataType[]" BindingDirection="Out"/>
<Property Name="DetailOutput" Type="BaseDataType[]" BindingDirection="In"/>
<Property Name="InitialChunkSize" Type="xsd://int" BindingDirection="In"/>
<Property Name="ChunkSize" Type="xsd://int" BindingDirection="In"/>
<Property Name="Data" Type="BaseDataType[]" BindingDirection="In"/>
<Property Name="RefreshStrategy" Type="xsd://string" BindingDirection="In"/>
<Property Name="IsBusy" Type="BaseDataType" BindingDirection="Out"/>
<Property Name="Refresh" Type="BaseDataType" BindingDirection="In"/>
</ComponentType>