AVEVA Database .NET Public Interface

IntTable.GetIntTable Method (Db, DbAttribute, Int32, Int32)

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

public static IntTable GetIntTable(
   Db db,
   DbAttribute att,
   int firstKey,
   int lastKey
);

Parameters

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

See Also

IntTable Class | Aveva.Pdms.Database Namespace | IntTable.GetIntTable Overload List