openPDC Historian Help
FindRecords Method (instance)
NamespacesTVA.Historian.ExportersExportFindRecords(String)
Returns the ExportRecords for the specified instance from the Records.
Declaration Syntax
C#Visual BasicVisual C++
public IList<ExportRecord> FindRecords(
	string instance
)
Public Function FindRecords ( _
	instance As String _
) As IList(Of ExportRecord)
public:
IList<ExportRecord^>^ FindRecords(
	String^ instance
)
Parameters
instance (String)
Instance name of the ExportRecords to be retrieved.
Return Value
An List<(Of <(T>)>) object containing matching ExportRecords.

Assembly: TVA.Historian (Module: TVA.Historian) Version: 1.0.33.39252