AVEVA Database .NET Public Interface

NameTable.GetNameTable Method (Db, DbAttribute, String, String)

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

public static NameTable GetNameTable(
   Db db,
   DbAttribute att,
   string firstName,
   string lastName
);

Parameters

db
Db for table
att
identity of name table
firstName
Start of range
lastName
End of range

See Also

NameTable Class | Aveva.Pdms.Database Namespace | NameTable.GetNameTable Overload List