Click or drag to resize

SqlServerArchive<TEntity>.GetArchivedPrimitivePropertyComponents Method (IEnumerable<ArchivedProperty>, JulianDate, JulianDate, Int32)

Retrieves archived primitive property components for all entities over the provided time period.

Namespace:  AGI.Foundation.Tracking
Assembly:  AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
protected override Object[] GetArchivedPrimitivePropertyComponents(
	IEnumerable<ArchivedProperty> primitivePropertyComponents,
	JulianDate start,
	JulianDate stop,
	int maximumRecords
)

Parameters

primitivePropertyComponents
Type: System.Collections.Generic.IEnumerable<ArchivedProperty>
The archived properties to retrieve.
start
Type: AGI.Foundation.Time.JulianDate
The time of the first property to retrieve.
stop
Type: AGI.Foundation.Time.JulianDate
The time of the last property to retrieve.
maximumRecords
Type: System.Int32
The maximum number of each property to retrieve.

Return Value

Type:Object[]
The array of primitive components.
See Also