AFDatabase.Tables Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This property provides access to the table database, which you can use to
define and/or access tables of user-defined information.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFTables Tables { get; }
Public ReadOnly Property Tables As AFTables Get Dim instance As AFDatabase Dim value As AFTables value = instance.Tables
public: property AFTables^ Tables { AFTables^ get (); }
member Tables : AFTables with get
Property Value
Type: AFTablesThe table database collection which can be used to define and/or access tables of user-defined information.
Remarks
Tables can be stored in the AF Server, or can be linked to external relational
databases that support an ADO or ODBC connection. By linking external
databases, your are able to leverage the power of third party relational
databases, such as Oracle and Microsoft SQL, but allow convenient access to
this data in your AF SDK applications.