AFTableConnection.Command Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This property is a SQL command or query used when
the AFTableConnection is used in place of an IDbAdapter
in an AFTable. It is not persisted.
Namespace: OSIsoft.AF.Asset
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public string Command { get; set; }
Public Property Command As String Get Set Dim instance As AFTableConnection Dim value As String value = instance.Command instance.Command = value
public: property String^ Command { String^ get (); void set (String^ value); }
member Command : string with get, set