AFTable.ExternalCommand Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- 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.2.0.7
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.