AFTable.LoadTables Method (IList(AFTable))
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
Loads the specified list AFTable objects.
Namespace: OSIsoft.AF.Asset
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public static void LoadTables( IList<AFTable> tables )
Public Shared Sub LoadTables ( tables As IList(Of AFTable) ) Dim tables As IList(Of AFTable) AFTable.LoadTables(tables)
public: static void LoadTables( IList<AFTable^>^ tables )
static member LoadTables : tables : IList<AFTable> -> unit
Parameters
Remarks
Fully loads the specified list AFTable objects from the server into
the client. This will ensure that the tables in the list are fully loaded to avoid
a call to the server to load each of the tables individually.