AFTable.LoadTables Method (IList(AFTable))
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Loads the specified list AFTable objects.
Namespace: OSIsoft.AF.Asset
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
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.