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