AVEVA Database .NET Public Interface

RefTable.GetRefTable Method (Db, DbAttribute, DbElement, DbElement)

Get object that represents a range within a ref table for a DB

public static RefTable GetRefTable(
   Db db,
   DbAttribute att,
   DbElement firstKey,
   DbElement lastKey
);

Parameters

db
Db for table
att
identity of ref table
firstKey
Start of range
lastKey
End of range

See Also

RefTable Class | Aveva.Pdms.Database Namespace | RefTable.GetRefTable Overload List