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

AF SDK Reference

AFDatabase.TableConnections Property

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFDatabase.TableConnections Property
This property provides access to the table connection collection, which you can use to access external tables of user-defined information.

Namespace:  OSIsoft.AF
Assembly:  OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182

Syntax

public AFTableConnections TableConnections { get; }
Public ReadOnly Property TableConnections As AFTableConnections
	Get

Dim instance As AFDatabase
Dim value As AFTableConnections

value = instance.TableConnections
public:
property AFTableConnections^ TableConnections {
	AFTableConnections^ get ();
}
member TableConnections : AFTableConnections with get

Property Value

Type: AFTableConnections
The table connection collection which can be used to define access to external tables of user-defined information.

Remarks

Table Connections can be stored in the PI AF Server, to define links 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

Supported in: 3.1.1, 3.1.0, 3.0.2, 3.0.1, 3.0.0, 2.10.11, 2.10.5, 2.10.0, 2.10, 2.9.5, 2.9, 2.8.5, 2.8, 2.7.5, 2.7, 2.6

See Also

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