AFTable.HasParameters Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This property indicates whether the query used to return data for
this AFTable has parameters.
Namespace: OSIsoft.AF.Asset
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public bool HasParameters { get; }
Public ReadOnly Property HasParameters As Boolean Get Dim instance As AFTable Dim value As Boolean value = instance.HasParameters
public: property bool HasParameters { bool get (); }
member HasParameters : bool with get
Property Value
Type: BooleanReturns if query used to return data for this AFTable has parameters.
Remarks
This property is set when using one of the
LinkExternal Overload methods to set
the external link.