Click or drag to resize
DynamicRecordCollectionSortByDateTimeField Method

[This is preliminary documentation and is subject to change.]

Get a new, sorted collection (must sort on date/time field)

Namespace: CSC.SC.TOPICA4.DynamicData
Assembly: CSC.SC.TOPICA4.DynamicData (in CSC.SC.TOPICA4.DynamicData.dll) Version: 4.30.6239.27195
Syntax
C#
public DynamicRecordCollection SortByDateTimeField(
	string fieldname,
	bool descending
)

Parameters

fieldname
Type: SystemString
descending
Type: SystemBoolean

Return Value

Type: DynamicRecordCollection

[Missing <returns> documentation for "M:CSC.SC.TOPICA4.DynamicData.DynamicRecordCollection.SortByDateTimeField(System.String,System.Boolean)"]

See Also