Return all elements where name matches given int key.
Return all elements where name matches given int key.
public abstract DbElement[] FindElements(DbType,DbAttribute,int[]);
Return all elements where given attribute matches given string key.
public abstract DbElement[] FindElements(DbType,DbAttribute,string);
Return all elements where name matches given string key.
public abstract DbElement[] FindElements(DbType,string);
MDB Class | Aveva.Pdms.Database Namespace