AFTable.ExternalCommand Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This property retrieves the command string used to load
externally linked tables.
Namespace: OSIsoft.AF.Asset
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public string ExternalCommand { get; }
Public ReadOnly Property ExternalCommand As String Get Dim instance As AFTable Dim value As String value = instance.ExternalCommand
public: property String^ ExternalCommand { String^ get (); }
member ExternalCommand : string with get
Property Value
Type: StringThe command string used to load the data table from the external database.
Remarks
This property is set when using one of the
LinkExternal Overload methods to set
the external link.