Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

AFTable.LoadTables Method (IList(AFTable))

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFTable.LoadTables Method (IList(AFTable))
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

tables
Type: System.Collections.GenericIListAFTable
The list of tables to be fully loaded. If , then this method does nothing. All tables in the list must be from the same PISystem.

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.

Version Information

AFSDK


See Also

In This Topic
Related Links
TitleResults for “How to create a CRG?”Also Available in