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

AF SDK Reference

AFDatabase.Tables Property

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFDatabase.Tables Property
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: AFTables
The 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.

Version Information

AFSDK


See Also

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