/// <summary> /// Adds a row type to the mapping data. /// </summary> /// <param name="type">A type of the row.</param> /// <param name="nodeID">A node mapping identifier that row belongs to.</param> public static void AddRowType(Type type, DB3 nodeID) { DbMapping.AddRowType(type, nodeID); }