/// <summary> /// This method returns the Lists of the strand code attributes. /// Throws an exception of any error accessing the datbase occurs. /// </summary> public static List <string> listStrandCodeAttributes() { return(GDDL.listStrandCodeAttributes()); }