AVEVA Database .NET Public Interface

DbElement.GetAsString Method (DbAttribute, DbAttribute)

As for standard GetAsString() but allowing for an attribute qulaifier.

public abstract string GetAsString(
   DbAttribute attributeName,
   DbAttribute qualifier
);

Parameters

attributeName
Attribute to query
qualifier
Attribute as qualifier

Return Value

Text value

See Also

DbElement Class | Aveva.Pdms.Database Namespace | DbElement.GetAsString Overload List