Get object that represents the entire integer table for a DB
Get object that represents the entire integer table for a DB
public static IntTable GetIntTable(Db,DbAttribute);
Get object that represents a range within a integer table for a DB
public static IntTable GetIntTable(Db,DbAttribute,int,int);
IntTable Class | Aveva.Pdms.Database Namespace